Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self, **kwargs):
super(ImageTemplateDistributor, self).__init__(**kwargs)
self.run_output_name = kwargs.get('run_output_name', None)
self.artifact_tags = kwargs.get('artifact_tags', None)
self.type = None
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------
from .image_template_distributor import ImageTemplateDistributor
class ImageTemplateVhdDistributor(ImageTemplateDistributor):
"""Distribute via VHD in a storage account.
All required parameters must be populated in order to send to Azure.
:param run_output_name: Required. The name to be used for the associated
RunOutput.
:type run_output_name: str
:param artifact_tags: Tags that will be applied to the artifact once it
has been created/updated by the distributor.
:type artifact_tags: dict[str, str]
:param type: Required. Constant filled by server.
:type type: str
"""
_validation = {
'run_output_name': {'required': True, 'pattern': r'^[A-Za-z0-9-_.]{1,64}$'},
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------
from .image_template_distributor import ImageTemplateDistributor
class ImageTemplateSharedImageDistributor(ImageTemplateDistributor):
"""Distribute via Shared Image Gallery.
All required parameters must be populated in order to send to Azure.
:param run_output_name: Required. The name to be used for the associated
RunOutput.
:type run_output_name: str
:param artifact_tags: Tags that will be applied to the artifact once it
has been created/updated by the distributor.
:type artifact_tags: dict[str, str]
:param type: Required. Constant filled by server.
:type type: str
:param gallery_image_id: Required. Resource Id of the Shared Image Gallery
image
:type gallery_image_id: str
:param replication_regions: Required.
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------
from .image_template_distributor import ImageTemplateDistributor
class ImageTemplateManagedImageDistributor(ImageTemplateDistributor):
"""Distribute as a Managed Disk Image.
All required parameters must be populated in order to send to Azure.
:param run_output_name: Required. The name to be used for the associated
RunOutput.
:type run_output_name: str
:param artifact_tags: Tags that will be applied to the artifact once it
has been created/updated by the distributor.
:type artifact_tags: dict[str, str]
:param type: Required. Constant filled by server.
:type type: str
:param image_id: Required. Resource Id of the Managed Disk Image
:type image_id: str
:param location: Required. Azure location for the image, should match if
image already exists