hexsha
stringlengths
40
40
repo
stringlengths
7
114
path
stringlengths
4
124
license
listlengths
1
9
language
stringclasses
1 value
identifier
stringlengths
1
71
return_type
stringlengths
1
749
original_string
stringlengths
76
22.7k
original_docstring
stringlengths
16
7.61k
docstring
stringlengths
16
2.47k
docstring_tokens
listlengths
6
477
code
stringlengths
14
10.2k
code_tokens
listlengths
6
996
short_docstring
stringlengths
2
644
short_docstring_tokens
listlengths
1
116
comment
listlengths
1
89
parameters
listlengths
0
64
docstring_params
dict
db1d4967f6b77802493c4037317310d93dd590a8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hybridcompute/v20191212/get_machine.py
[ "Apache-2.0" ]
Python
machine_fqdn
str
def machine_fqdn(self) -> str: """ Specifies the hybrid machine FQDN. """ return pulumi.get(self, "machine_fqdn")
Specifies the hybrid machine FQDN.
Specifies the hybrid machine FQDN.
[ "Specifies", "the", "hybrid", "machine", "FQDN", "." ]
def machine_fqdn(self) -> str: return pulumi.get(self, "machine_fqdn")
[ "def", "machine_fqdn", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"machine_fqdn\"", ")" ]
Specifies the hybrid machine FQDN.
[ "Specifies", "the", "hybrid", "machine", "FQDN", "." ]
[ "\"\"\"\n Specifies the hybrid machine FQDN.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
db1d4967f6b77802493c4037317310d93dd590a8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hybridcompute/v20191212/get_machine.py
[ "Apache-2.0" ]
Python
os_name
str
def os_name(self) -> str: """ The Operating System running on the hybrid machine. """ return pulumi.get(self, "os_name")
The Operating System running on the hybrid machine.
The Operating System running on the hybrid machine.
[ "The", "Operating", "System", "running", "on", "the", "hybrid", "machine", "." ]
def os_name(self) -> str: return pulumi.get(self, "os_name")
[ "def", "os_name", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"os_name\"", ")" ]
The Operating System running on the hybrid machine.
[ "The", "Operating", "System", "running", "on", "the", "hybrid", "machine", "." ]
[ "\"\"\"\n The Operating System running on the hybrid machine.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
db1d4967f6b77802493c4037317310d93dd590a8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hybridcompute/v20191212/get_machine.py
[ "Apache-2.0" ]
Python
os_profile
Optional['outputs.MachinePropertiesResponseOsProfile']
def os_profile(self) -> Optional['outputs.MachinePropertiesResponseOsProfile']: """ Specifies the operating system settings for the hybrid machine. """ return pulumi.get(self, "os_profile")
Specifies the operating system settings for the hybrid machine.
Specifies the operating system settings for the hybrid machine.
[ "Specifies", "the", "operating", "system", "settings", "for", "the", "hybrid", "machine", "." ]
def os_profile(self) -> Optional['outputs.MachinePropertiesResponseOsProfile']: return pulumi.get(self, "os_profile")
[ "def", "os_profile", "(", "self", ")", "->", "Optional", "[", "'outputs.MachinePropertiesResponseOsProfile'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"os_profile\"", ")" ]
Specifies the operating system settings for the hybrid machine.
[ "Specifies", "the", "operating", "system", "settings", "for", "the", "hybrid", "machine", "." ]
[ "\"\"\"\n Specifies the operating system settings for the hybrid machine.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
db1d4967f6b77802493c4037317310d93dd590a8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hybridcompute/v20191212/get_machine.py
[ "Apache-2.0" ]
Python
vm_id
Optional[str]
def vm_id(self) -> Optional[str]: """ Specifies the hybrid machine unique ID. """ return pulumi.get(self, "vm_id")
Specifies the hybrid machine unique ID.
Specifies the hybrid machine unique ID.
[ "Specifies", "the", "hybrid", "machine", "unique", "ID", "." ]
def vm_id(self) -> Optional[str]: return pulumi.get(self, "vm_id")
[ "def", "vm_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vm_id\"", ")" ]
Specifies the hybrid machine unique ID.
[ "Specifies", "the", "hybrid", "machine", "unique", "ID", "." ]
[ "\"\"\"\n Specifies the hybrid machine unique ID.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
49ec4d88ea8cfe5c51ece0110a058690da33b8ed
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/latest/service_fabric.py
[ "Apache-2.0" ]
Python
applicable_schedule
pulumi.Output['outputs.ApplicableScheduleResponse']
def applicable_schedule(self) -> pulumi.Output['outputs.ApplicableScheduleResponse']: """ The applicable schedule for the virtual machine. """ return pulumi.get(self, "applicable_schedule")
The applicable schedule for the virtual machine.
The applicable schedule for the virtual machine.
[ "The", "applicable", "schedule", "for", "the", "virtual", "machine", "." ]
def applicable_schedule(self) -> pulumi.Output['outputs.ApplicableScheduleResponse']: return pulumi.get(self, "applicable_schedule")
[ "def", "applicable_schedule", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.ApplicableScheduleResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"applicable_schedule\"", ")" ]
The applicable schedule for the virtual machine.
[ "The", "applicable", "schedule", "for", "the", "virtual", "machine", "." ]
[ "\"\"\"\n The applicable schedule for the virtual machine.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
49ec4d88ea8cfe5c51ece0110a058690da33b8ed
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/latest/service_fabric.py
[ "Apache-2.0" ]
Python
environment_id
pulumi.Output[Optional[str]]
def environment_id(self) -> pulumi.Output[Optional[str]]: """ The resource id of the environment under which the service fabric resource is present """ return pulumi.get(self, "environment_id")
The resource id of the environment under which the service fabric resource is present
The resource id of the environment under which the service fabric resource is present
[ "The", "resource", "id", "of", "the", "environment", "under", "which", "the", "service", "fabric", "resource", "is", "present" ]
def environment_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "environment_id")
[ "def", "environment_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"environment_id\"", ")" ]
The resource id of the environment under which the service fabric resource is present
[ "The", "resource", "id", "of", "the", "environment", "under", "which", "the", "service", "fabric", "resource", "is", "present" ]
[ "\"\"\"\n The resource id of the environment under which the service fabric resource is present\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
49ec4d88ea8cfe5c51ece0110a058690da33b8ed
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/latest/service_fabric.py
[ "Apache-2.0" ]
Python
external_service_fabric_id
pulumi.Output[Optional[str]]
def external_service_fabric_id(self) -> pulumi.Output[Optional[str]]: """ The backing service fabric resource's id """ return pulumi.get(self, "external_service_fabric_id")
The backing service fabric resource's id
The backing service fabric resource's id
[ "The", "backing", "service", "fabric", "resource", "'", "s", "id" ]
def external_service_fabric_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "external_service_fabric_id")
[ "def", "external_service_fabric_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"external_service_fabric_id\"", ")" ]
The backing service fabric resource's id
[ "The", "backing", "service", "fabric", "resource", "'", "s", "id" ]
[ "\"\"\"\n The backing service fabric resource's id\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
49ec4d88ea8cfe5c51ece0110a058690da33b8ed
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/latest/service_fabric.py
[ "Apache-2.0" ]
Python
unique_identifier
pulumi.Output[str]
def unique_identifier(self) -> pulumi.Output[str]: """ The unique immutable identifier of a resource (Guid). """ return pulumi.get(self, "unique_identifier")
The unique immutable identifier of a resource (Guid).
The unique immutable identifier of a resource (Guid).
[ "The", "unique", "immutable", "identifier", "of", "a", "resource", "(", "Guid", ")", "." ]
def unique_identifier(self) -> pulumi.Output[str]: return pulumi.get(self, "unique_identifier")
[ "def", "unique_identifier", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"unique_identifier\"", ")" ]
The unique immutable identifier of a resource (Guid).
[ "The", "unique", "immutable", "identifier", "of", "a", "resource", "(", "Guid", ")", "." ]
[ "\"\"\"\n The unique immutable identifier of a resource (Guid).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
49fca102a6cb8def4396ee10c88f08262f3202cd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/list_web_app_backup_configuration_slot.py
[ "Apache-2.0" ]
Python
backup_schedule
Optional['outputs.BackupScheduleResponse']
def backup_schedule(self) -> Optional['outputs.BackupScheduleResponse']: """ Schedule for the backup if it is executed periodically. """ return pulumi.get(self, "backup_schedule")
Schedule for the backup if it is executed periodically.
Schedule for the backup if it is executed periodically.
[ "Schedule", "for", "the", "backup", "if", "it", "is", "executed", "periodically", "." ]
def backup_schedule(self) -> Optional['outputs.BackupScheduleResponse']: return pulumi.get(self, "backup_schedule")
[ "def", "backup_schedule", "(", "self", ")", "->", "Optional", "[", "'outputs.BackupScheduleResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"backup_schedule\"", ")" ]
Schedule for the backup if it is executed periodically.
[ "Schedule", "for", "the", "backup", "if", "it", "is", "executed", "periodically", "." ]
[ "\"\"\"\n Schedule for the backup if it is executed periodically.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
49fca102a6cb8def4396ee10c88f08262f3202cd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/list_web_app_backup_configuration_slot.py
[ "Apache-2.0" ]
Python
databases
Optional[Sequence['outputs.DatabaseBackupSettingResponse']]
def databases(self) -> Optional[Sequence['outputs.DatabaseBackupSettingResponse']]: """ Databases included in the backup. """ return pulumi.get(self, "databases")
Databases included in the backup.
Databases included in the backup.
[ "Databases", "included", "in", "the", "backup", "." ]
def databases(self) -> Optional[Sequence['outputs.DatabaseBackupSettingResponse']]: return pulumi.get(self, "databases")
[ "def", "databases", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.DatabaseBackupSettingResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"databases\"", ")" ]
Databases included in the backup.
[ "Databases", "included", "in", "the", "backup", "." ]
[ "\"\"\"\n Databases included in the backup.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
49fca102a6cb8def4396ee10c88f08262f3202cd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/list_web_app_backup_configuration_slot.py
[ "Apache-2.0" ]
Python
list_web_app_backup_configuration_slot
AwaitableListWebAppBackupConfigurationSlotResult
def list_web_app_backup_configuration_slot(name: Optional[str] = None, resource_group_name: Optional[str] = None, slot: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> A...
Description of a backup which will be performed. API Version: 2020-10-01. :param str name: Name of the app. :param str resource_group_name: Name of the resource group to which the resource belongs. :param str slot: Name of the deployment slot. If a slot is not specified, the API will get the back...
Description of a backup which will be performed.
[ "Description", "of", "a", "backup", "which", "will", "be", "performed", "." ]
def list_web_app_backup_configuration_slot(name: Optional[str] = None, resource_group_name: Optional[str] = None, slot: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> A...
[ "def", "list_web_app_backup_configuration_slot", "(", "name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "slot", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts",...
Description of a backup which will be performed.
[ "Description", "of", "a", "backup", "which", "will", "be", "performed", "." ]
[ "\"\"\"\n Description of a backup which will be performed.\n API Version: 2020-10-01.\n\n\n :param str name: Name of the app.\n :param str resource_group_name: Name of the resource group to which the resource belongs.\n :param str slot: Name of the deployment slot. If a slot is not specified, the API...
[ { "param": "name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "slot", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "name", "type": "Optional[str]", "docstring": "Name of the app.", "docstring_tokens": [ "Name", "of", "the", "app", "." ], "default": null, "is_optional": false }, ...
16f1b1e99b33047ca56faf2c5f03a08906f56d54
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blueprint/get_published_blueprint.py
[ "Apache-2.0" ]
Python
blueprint_name
Optional[str]
def blueprint_name(self) -> Optional[str]: """ Name of the published blueprint definition. """ return pulumi.get(self, "blueprint_name")
Name of the published blueprint definition.
Name of the published blueprint definition.
[ "Name", "of", "the", "published", "blueprint", "definition", "." ]
def blueprint_name(self) -> Optional[str]: return pulumi.get(self, "blueprint_name")
[ "def", "blueprint_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"blueprint_name\"", ")" ]
Name of the published blueprint definition.
[ "Name", "of", "the", "published", "blueprint", "definition", "." ]
[ "\"\"\"\n Name of the published blueprint definition.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
16f1b1e99b33047ca56faf2c5f03a08906f56d54
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blueprint/get_published_blueprint.py
[ "Apache-2.0" ]
Python
change_notes
Optional[str]
def change_notes(self) -> Optional[str]: """ Version-specific change notes. """ return pulumi.get(self, "change_notes")
Version-specific change notes.
Version-specific change notes.
[ "Version", "-", "specific", "change", "notes", "." ]
def change_notes(self) -> Optional[str]: return pulumi.get(self, "change_notes")
[ "def", "change_notes", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"change_notes\"", ")" ]
Version-specific change notes.
[ "Version", "-", "specific", "change", "notes", "." ]
[ "\"\"\"\n Version-specific change notes.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
16f1b1e99b33047ca56faf2c5f03a08906f56d54
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blueprint/get_published_blueprint.py
[ "Apache-2.0" ]
Python
parameters
Optional[Mapping[str, 'outputs.ParameterDefinitionResponse']]
def parameters(self) -> Optional[Mapping[str, 'outputs.ParameterDefinitionResponse']]: """ Parameters required by this blueprint definition. """ return pulumi.get(self, "parameters")
Parameters required by this blueprint definition.
Parameters required by this blueprint definition.
[ "Parameters", "required", "by", "this", "blueprint", "definition", "." ]
def parameters(self) -> Optional[Mapping[str, 'outputs.ParameterDefinitionResponse']]: return pulumi.get(self, "parameters")
[ "def", "parameters", "(", "self", ")", "->", "Optional", "[", "Mapping", "[", "str", ",", "'outputs.ParameterDefinitionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"parameters\"", ")" ]
Parameters required by this blueprint definition.
[ "Parameters", "required", "by", "this", "blueprint", "definition", "." ]
[ "\"\"\"\n Parameters required by this blueprint definition.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
16f1b1e99b33047ca56faf2c5f03a08906f56d54
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blueprint/get_published_blueprint.py
[ "Apache-2.0" ]
Python
resource_groups
Optional[Mapping[str, 'outputs.ResourceGroupDefinitionResponse']]
def resource_groups(self) -> Optional[Mapping[str, 'outputs.ResourceGroupDefinitionResponse']]: """ Resource group placeholders defined by this blueprint definition. """ return pulumi.get(self, "resource_groups")
Resource group placeholders defined by this blueprint definition.
Resource group placeholders defined by this blueprint definition.
[ "Resource", "group", "placeholders", "defined", "by", "this", "blueprint", "definition", "." ]
def resource_groups(self) -> Optional[Mapping[str, 'outputs.ResourceGroupDefinitionResponse']]: return pulumi.get(self, "resource_groups")
[ "def", "resource_groups", "(", "self", ")", "->", "Optional", "[", "Mapping", "[", "str", ",", "'outputs.ResourceGroupDefinitionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"resource_groups\"", ")" ]
Resource group placeholders defined by this blueprint definition.
[ "Resource", "group", "placeholders", "defined", "by", "this", "blueprint", "definition", "." ]
[ "\"\"\"\n Resource group placeholders defined by this blueprint definition.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
16f1b1e99b33047ca56faf2c5f03a08906f56d54
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blueprint/get_published_blueprint.py
[ "Apache-2.0" ]
Python
status
'outputs.BlueprintStatusResponse'
def status(self) -> 'outputs.BlueprintStatusResponse': """ Status of the blueprint. This field is readonly. """ return pulumi.get(self, "status")
Status of the blueprint. This field is readonly.
Status of the blueprint. This field is readonly.
[ "Status", "of", "the", "blueprint", ".", "This", "field", "is", "readonly", "." ]
def status(self) -> 'outputs.BlueprintStatusResponse': return pulumi.get(self, "status")
[ "def", "status", "(", "self", ")", "->", "'outputs.BlueprintStatusResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"status\"", ")" ]
Status of the blueprint.
[ "Status", "of", "the", "blueprint", "." ]
[ "\"\"\"\n Status of the blueprint. This field is readonly.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
16f1b1e99b33047ca56faf2c5f03a08906f56d54
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blueprint/get_published_blueprint.py
[ "Apache-2.0" ]
Python
target_scope
Optional[str]
def target_scope(self) -> Optional[str]: """ The scope where this blueprint definition can be assigned. """ return pulumi.get(self, "target_scope")
The scope where this blueprint definition can be assigned.
The scope where this blueprint definition can be assigned.
[ "The", "scope", "where", "this", "blueprint", "definition", "can", "be", "assigned", "." ]
def target_scope(self) -> Optional[str]: return pulumi.get(self, "target_scope")
[ "def", "target_scope", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"target_scope\"", ")" ]
The scope where this blueprint definition can be assigned.
[ "The", "scope", "where", "this", "blueprint", "definition", "can", "be", "assigned", "." ]
[ "\"\"\"\n The scope where this blueprint definition can be assigned.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
16f438f72ff04ebd0d9bad497398819f6a0d83a8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20171111preview/get_group.py
[ "Apache-2.0" ]
Python
assessments
Sequence[str]
def assessments(self) -> Sequence[str]: """ List of References to Assessments created on this group. """ return pulumi.get(self, "assessments")
List of References to Assessments created on this group.
List of References to Assessments created on this group.
[ "List", "of", "References", "to", "Assessments", "created", "on", "this", "group", "." ]
def assessments(self) -> Sequence[str]: return pulumi.get(self, "assessments")
[ "def", "assessments", "(", "self", ")", "->", "Sequence", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"assessments\"", ")" ]
List of References to Assessments created on this group.
[ "List", "of", "References", "to", "Assessments", "created", "on", "this", "group", "." ]
[ "\"\"\"\n List of References to Assessments created on this group.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
16f438f72ff04ebd0d9bad497398819f6a0d83a8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20171111preview/get_group.py
[ "Apache-2.0" ]
Python
created_timestamp
str
def created_timestamp(self) -> str: """ Time when this project was created. Date-Time represented in ISO-8601 format. """ return pulumi.get(self, "created_timestamp")
Time when this project was created. Date-Time represented in ISO-8601 format.
Time when this project was created. Date-Time represented in ISO-8601 format.
[ "Time", "when", "this", "project", "was", "created", ".", "Date", "-", "Time", "represented", "in", "ISO", "-", "8601", "format", "." ]
def created_timestamp(self) -> str: return pulumi.get(self, "created_timestamp")
[ "def", "created_timestamp", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"created_timestamp\"", ")" ]
Time when this project was created.
[ "Time", "when", "this", "project", "was", "created", "." ]
[ "\"\"\"\n Time when this project was created. Date-Time represented in ISO-8601 format.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
16f438f72ff04ebd0d9bad497398819f6a0d83a8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20171111preview/get_group.py
[ "Apache-2.0" ]
Python
machines
Sequence[str]
def machines(self) -> Sequence[str]: """ List of machine names that are part of this group. """ return pulumi.get(self, "machines")
List of machine names that are part of this group.
List of machine names that are part of this group.
[ "List", "of", "machine", "names", "that", "are", "part", "of", "this", "group", "." ]
def machines(self) -> Sequence[str]: return pulumi.get(self, "machines")
[ "def", "machines", "(", "self", ")", "->", "Sequence", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"machines\"", ")" ]
List of machine names that are part of this group.
[ "List", "of", "machine", "names", "that", "are", "part", "of", "this", "group", "." ]
[ "\"\"\"\n List of machine names that are part of this group.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
16f438f72ff04ebd0d9bad497398819f6a0d83a8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20171111preview/get_group.py
[ "Apache-2.0" ]
Python
updated_timestamp
str
def updated_timestamp(self) -> str: """ Time when this project was last updated. Date-Time represented in ISO-8601 format. """ return pulumi.get(self, "updated_timestamp")
Time when this project was last updated. Date-Time represented in ISO-8601 format.
Time when this project was last updated. Date-Time represented in ISO-8601 format.
[ "Time", "when", "this", "project", "was", "last", "updated", ".", "Date", "-", "Time", "represented", "in", "ISO", "-", "8601", "format", "." ]
def updated_timestamp(self) -> str: return pulumi.get(self, "updated_timestamp")
[ "def", "updated_timestamp", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"updated_timestamp\"", ")" ]
Time when this project was last updated.
[ "Time", "when", "this", "project", "was", "last", "updated", "." ]
[ "\"\"\"\n Time when this project was last updated. Date-Time represented in ISO-8601 format.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
250ed2133aae1080724501faee89eb1c44ca88b3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/logic/get_integration_account_map.py
[ "Apache-2.0" ]
Python
parameters_schema
Optional['outputs.IntegrationAccountMapPropertiesResponseParametersSchema']
def parameters_schema(self) -> Optional['outputs.IntegrationAccountMapPropertiesResponseParametersSchema']: """ The parameters schema of integration account map. """ return pulumi.get(self, "parameters_schema")
The parameters schema of integration account map.
The parameters schema of integration account map.
[ "The", "parameters", "schema", "of", "integration", "account", "map", "." ]
def parameters_schema(self) -> Optional['outputs.IntegrationAccountMapPropertiesResponseParametersSchema']: return pulumi.get(self, "parameters_schema")
[ "def", "parameters_schema", "(", "self", ")", "->", "Optional", "[", "'outputs.IntegrationAccountMapPropertiesResponseParametersSchema'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"parameters_schema\"", ")" ]
The parameters schema of integration account map.
[ "The", "parameters", "schema", "of", "integration", "account", "map", "." ]
[ "\"\"\"\n The parameters schema of integration account map.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
52a0aac3a7afd0d6ee54a1718e66009e0774568e
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/offazure/v20200101/get_site.py
[ "Apache-2.0" ]
Python
properties
'outputs.SitePropertiesResponse'
def properties(self) -> 'outputs.SitePropertiesResponse': """ Nested properties of VMWare site. """ return pulumi.get(self, "properties")
Nested properties of VMWare site.
Nested properties of VMWare site.
[ "Nested", "properties", "of", "VMWare", "site", "." ]
def properties(self) -> 'outputs.SitePropertiesResponse': return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "'outputs.SitePropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
Nested properties of VMWare site.
[ "Nested", "properties", "of", "VMWare", "site", "." ]
[ "\"\"\"\n Nested properties of VMWare site.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
52aaf1441e27a1a2284570a99d49f10783b3fd9d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database_security_alert_policy.py
[ "Apache-2.0" ]
Python
creation_time
pulumi.Output[str]
def creation_time(self) -> pulumi.Output[str]: """ Specifies the UTC creation time of the policy. """ return pulumi.get(self, "creation_time")
Specifies the UTC creation time of the policy.
Specifies the UTC creation time of the policy.
[ "Specifies", "the", "UTC", "creation", "time", "of", "the", "policy", "." ]
def creation_time(self) -> pulumi.Output[str]: return pulumi.get(self, "creation_time")
[ "def", "creation_time", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"creation_time\"", ")" ]
Specifies the UTC creation time of the policy.
[ "Specifies", "the", "UTC", "creation", "time", "of", "the", "policy", "." ]
[ "\"\"\"\n Specifies the UTC creation time of the policy.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
403458f57e542581edc91d0d17a31c8ee2678a26
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/v20170601/list_manager_public_encryption_key.py
[ "Apache-2.0" ]
Python
encryption_algorithm
str
def encryption_algorithm(self) -> str: """ The algorithm used to encrypt the "Value". """ return pulumi.get(self, "encryption_algorithm")
The algorithm used to encrypt the "Value".
The algorithm used to encrypt the "Value".
[ "The", "algorithm", "used", "to", "encrypt", "the", "\"", "Value", "\"", "." ]
def encryption_algorithm(self) -> str: return pulumi.get(self, "encryption_algorithm")
[ "def", "encryption_algorithm", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"encryption_algorithm\"", ")" ]
The algorithm used to encrypt the "Value".
[ "The", "algorithm", "used", "to", "encrypt", "the", "\"", "Value", "\"", "." ]
[ "\"\"\"\n The algorithm used to encrypt the \"Value\".\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
403458f57e542581edc91d0d17a31c8ee2678a26
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/v20170601/list_manager_public_encryption_key.py
[ "Apache-2.0" ]
Python
value_certificate_thumbprint
Optional[str]
def value_certificate_thumbprint(self) -> Optional[str]: """ The thumbprint of the cert that was used to encrypt "Value". """ return pulumi.get(self, "value_certificate_thumbprint")
The thumbprint of the cert that was used to encrypt "Value".
The thumbprint of the cert that was used to encrypt "Value".
[ "The", "thumbprint", "of", "the", "cert", "that", "was", "used", "to", "encrypt", "\"", "Value", "\"", "." ]
def value_certificate_thumbprint(self) -> Optional[str]: return pulumi.get(self, "value_certificate_thumbprint")
[ "def", "value_certificate_thumbprint", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"value_certificate_thumbprint\"", ")" ]
The thumbprint of the cert that was used to encrypt "Value".
[ "The", "thumbprint", "of", "the", "cert", "that", "was", "used", "to", "encrypt", "\"", "Value", "\"", "." ]
[ "\"\"\"\n The thumbprint of the cert that was used to encrypt \"Value\".\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
403458f57e542581edc91d0d17a31c8ee2678a26
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/v20170601/list_manager_public_encryption_key.py
[ "Apache-2.0" ]
Python
list_manager_public_encryption_key
AwaitableListManagerPublicEncryptionKeyResult
def list_manager_public_encryption_key(manager_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListManagerPublicEncryptionKeyResult: """ Represents the se...
Represents the secrets encrypted using Symmetric Encryption Key. :param str manager_name: The manager name :param str resource_group_name: The resource group name
Represents the secrets encrypted using Symmetric Encryption Key.
[ "Represents", "the", "secrets", "encrypted", "using", "Symmetric", "Encryption", "Key", "." ]
def list_manager_public_encryption_key(manager_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListManagerPublicEncryptionKeyResult: __args__ = dict() __a...
[ "def", "list_manager_public_encryption_key", "(", "manager_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", ...
Represents the secrets encrypted using Symmetric Encryption Key.
[ "Represents", "the", "secrets", "encrypted", "using", "Symmetric", "Encryption", "Key", "." ]
[ "\"\"\"\n Represents the secrets encrypted using Symmetric Encryption Key.\n\n\n :param str manager_name: The manager name\n :param str resource_group_name: The resource group name\n \"\"\"" ]
[ { "param": "manager_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "manager_name", "type": "Optional[str]", "docstring": "The manager name", "docstring_tokens": [ "The", "manager", "name" ], "default": null, "is_optional": false }, { "ide...
40544b788504ecf33df76d426ba70233a4119faf
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20150501preview/express_route_circuit_peering.py
[ "Apache-2.0" ]
Python
azure_asn
pulumi.Output[Optional[int]]
def azure_asn(self) -> pulumi.Output[Optional[int]]: """ Gets or sets the azure ASN """ return pulumi.get(self, "azure_asn")
Gets or sets the azure ASN
Gets or sets the azure ASN
[ "Gets", "or", "sets", "the", "azure", "ASN" ]
def azure_asn(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "azure_asn")
[ "def", "azure_asn", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"azure_asn\"", ")" ]
Gets or sets the azure ASN
[ "Gets", "or", "sets", "the", "azure", "ASN" ]
[ "\"\"\"\n Gets or sets the azure ASN\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
40544b788504ecf33df76d426ba70233a4119faf
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20150501preview/express_route_circuit_peering.py
[ "Apache-2.0" ]
Python
microsoft_peering_config
pulumi.Output[Optional['outputs.ExpressRouteCircuitPeeringConfigResponse']]
def microsoft_peering_config(self) -> pulumi.Output[Optional['outputs.ExpressRouteCircuitPeeringConfigResponse']]: """ Gets or sets the Microsoft peering config """ return pulumi.get(self, "microsoft_peering_config")
Gets or sets the Microsoft peering config
Gets or sets the Microsoft peering config
[ "Gets", "or", "sets", "the", "Microsoft", "peering", "config" ]
def microsoft_peering_config(self) -> pulumi.Output[Optional['outputs.ExpressRouteCircuitPeeringConfigResponse']]: return pulumi.get(self, "microsoft_peering_config")
[ "def", "microsoft_peering_config", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ExpressRouteCircuitPeeringConfigResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"microsoft_peering_config\"", ")" ]
Gets or sets the Microsoft peering config
[ "Gets", "or", "sets", "the", "Microsoft", "peering", "config" ]
[ "\"\"\"\n Gets or sets the Microsoft peering config\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
40544b788504ecf33df76d426ba70233a4119faf
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20150501preview/express_route_circuit_peering.py
[ "Apache-2.0" ]
Python
peer_asn
pulumi.Output[Optional[int]]
def peer_asn(self) -> pulumi.Output[Optional[int]]: """ Gets or sets the peer ASN """ return pulumi.get(self, "peer_asn")
Gets or sets the peer ASN
Gets or sets the peer ASN
[ "Gets", "or", "sets", "the", "peer", "ASN" ]
def peer_asn(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "peer_asn")
[ "def", "peer_asn", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"peer_asn\"", ")" ]
Gets or sets the peer ASN
[ "Gets", "or", "sets", "the", "peer", "ASN" ]
[ "\"\"\"\n Gets or sets the peer ASN\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
40544b788504ecf33df76d426ba70233a4119faf
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20150501preview/express_route_circuit_peering.py
[ "Apache-2.0" ]
Python
primary_azure_port
pulumi.Output[Optional[str]]
def primary_azure_port(self) -> pulumi.Output[Optional[str]]: """ Gets or sets the primary port """ return pulumi.get(self, "primary_azure_port")
Gets or sets the primary port
Gets or sets the primary port
[ "Gets", "or", "sets", "the", "primary", "port" ]
def primary_azure_port(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "primary_azure_port")
[ "def", "primary_azure_port", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"primary_azure_port\"", ")" ]
Gets or sets the primary port
[ "Gets", "or", "sets", "the", "primary", "port" ]
[ "\"\"\"\n Gets or sets the primary port\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
40544b788504ecf33df76d426ba70233a4119faf
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20150501preview/express_route_circuit_peering.py
[ "Apache-2.0" ]
Python
primary_peer_address_prefix
pulumi.Output[Optional[str]]
def primary_peer_address_prefix(self) -> pulumi.Output[Optional[str]]: """ Gets or sets the primary address prefix """ return pulumi.get(self, "primary_peer_address_prefix")
Gets or sets the primary address prefix
Gets or sets the primary address prefix
[ "Gets", "or", "sets", "the", "primary", "address", "prefix" ]
def primary_peer_address_prefix(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "primary_peer_address_prefix")
[ "def", "primary_peer_address_prefix", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"primary_peer_address_prefix\"", ")" ]
Gets or sets the primary address prefix
[ "Gets", "or", "sets", "the", "primary", "address", "prefix" ]
[ "\"\"\"\n Gets or sets the primary address prefix\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
40544b788504ecf33df76d426ba70233a4119faf
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20150501preview/express_route_circuit_peering.py
[ "Apache-2.0" ]
Python
secondary_azure_port
pulumi.Output[Optional[str]]
def secondary_azure_port(self) -> pulumi.Output[Optional[str]]: """ Gets or sets the secondary port """ return pulumi.get(self, "secondary_azure_port")
Gets or sets the secondary port
Gets or sets the secondary port
[ "Gets", "or", "sets", "the", "secondary", "port" ]
def secondary_azure_port(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "secondary_azure_port")
[ "def", "secondary_azure_port", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"secondary_azure_port\"", ")" ]
Gets or sets the secondary port
[ "Gets", "or", "sets", "the", "secondary", "port" ]
[ "\"\"\"\n Gets or sets the secondary port\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
40544b788504ecf33df76d426ba70233a4119faf
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20150501preview/express_route_circuit_peering.py
[ "Apache-2.0" ]
Python
secondary_peer_address_prefix
pulumi.Output[Optional[str]]
def secondary_peer_address_prefix(self) -> pulumi.Output[Optional[str]]: """ Gets or sets the secondary address prefix """ return pulumi.get(self, "secondary_peer_address_prefix")
Gets or sets the secondary address prefix
Gets or sets the secondary address prefix
[ "Gets", "or", "sets", "the", "secondary", "address", "prefix" ]
def secondary_peer_address_prefix(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "secondary_peer_address_prefix")
[ "def", "secondary_peer_address_prefix", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"secondary_peer_address_prefix\"", ")" ]
Gets or sets the secondary address prefix
[ "Gets", "or", "sets", "the", "secondary", "address", "prefix" ]
[ "\"\"\"\n Gets or sets the secondary address prefix\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
40544b788504ecf33df76d426ba70233a4119faf
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20150501preview/express_route_circuit_peering.py
[ "Apache-2.0" ]
Python
shared_key
pulumi.Output[Optional[str]]
def shared_key(self) -> pulumi.Output[Optional[str]]: """ Gets or sets the shared key """ return pulumi.get(self, "shared_key")
Gets or sets the shared key
Gets or sets the shared key
[ "Gets", "or", "sets", "the", "shared", "key" ]
def shared_key(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "shared_key")
[ "def", "shared_key", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"shared_key\"", ")" ]
Gets or sets the shared key
[ "Gets", "or", "sets", "the", "shared", "key" ]
[ "\"\"\"\n Gets or sets the shared key\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
40544b788504ecf33df76d426ba70233a4119faf
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20150501preview/express_route_circuit_peering.py
[ "Apache-2.0" ]
Python
vlan_id
pulumi.Output[Optional[int]]
def vlan_id(self) -> pulumi.Output[Optional[int]]: """ Gets or sets the vlan id """ return pulumi.get(self, "vlan_id")
Gets or sets the vlan id
Gets or sets the vlan id
[ "Gets", "or", "sets", "the", "vlan", "id" ]
def vlan_id(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "vlan_id")
[ "def", "vlan_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vlan_id\"", ")" ]
Gets or sets the vlan id
[ "Gets", "or", "sets", "the", "vlan", "id" ]
[ "\"\"\"\n Gets or sets the vlan id\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4069cda286a656b4ab5e24fd79237407df5ac370
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/streaming_endpoint.py
[ "Apache-2.0" ]
Python
access_control
pulumi.Output[Optional['outputs.StreamingEndpointAccessControlResponse']]
def access_control(self) -> pulumi.Output[Optional['outputs.StreamingEndpointAccessControlResponse']]: """ The access control definition of the streaming endpoint. """ return pulumi.get(self, "access_control")
The access control definition of the streaming endpoint.
The access control definition of the streaming endpoint.
[ "The", "access", "control", "definition", "of", "the", "streaming", "endpoint", "." ]
def access_control(self) -> pulumi.Output[Optional['outputs.StreamingEndpointAccessControlResponse']]: return pulumi.get(self, "access_control")
[ "def", "access_control", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.StreamingEndpointAccessControlResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"access_control\"", ")" ]
The access control definition of the streaming endpoint.
[ "The", "access", "control", "definition", "of", "the", "streaming", "endpoint", "." ]
[ "\"\"\"\n The access control definition of the streaming endpoint.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4069cda286a656b4ab5e24fd79237407df5ac370
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/streaming_endpoint.py
[ "Apache-2.0" ]
Python
cross_site_access_policies
pulumi.Output[Optional['outputs.CrossSiteAccessPoliciesResponse']]
def cross_site_access_policies(self) -> pulumi.Output[Optional['outputs.CrossSiteAccessPoliciesResponse']]: """ The streaming endpoint access policies. """ return pulumi.get(self, "cross_site_access_policies")
The streaming endpoint access policies.
The streaming endpoint access policies.
[ "The", "streaming", "endpoint", "access", "policies", "." ]
def cross_site_access_policies(self) -> pulumi.Output[Optional['outputs.CrossSiteAccessPoliciesResponse']]: return pulumi.get(self, "cross_site_access_policies")
[ "def", "cross_site_access_policies", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.CrossSiteAccessPoliciesResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cross_site_access_policies\"", ")" ]
The streaming endpoint access policies.
[ "The", "streaming", "endpoint", "access", "policies", "." ]
[ "\"\"\"\n The streaming endpoint access policies.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4069cda286a656b4ab5e24fd79237407df5ac370
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/streaming_endpoint.py
[ "Apache-2.0" ]
Python
custom_host_names
pulumi.Output[Optional[Sequence[str]]]
def custom_host_names(self) -> pulumi.Output[Optional[Sequence[str]]]: """ The custom host names of the streaming endpoint """ return pulumi.get(self, "custom_host_names")
The custom host names of the streaming endpoint
The custom host names of the streaming endpoint
[ "The", "custom", "host", "names", "of", "the", "streaming", "endpoint" ]
def custom_host_names(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "custom_host_names")
[ "def", "custom_host_names", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"custom_host_names\"", ")" ]
The custom host names of the streaming endpoint
[ "The", "custom", "host", "names", "of", "the", "streaming", "endpoint" ]
[ "\"\"\"\n The custom host names of the streaming endpoint\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4069cda286a656b4ab5e24fd79237407df5ac370
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/streaming_endpoint.py
[ "Apache-2.0" ]
Python
free_trial_end_time
pulumi.Output[str]
def free_trial_end_time(self) -> pulumi.Output[str]: """ The free trial expiration time. """ return pulumi.get(self, "free_trial_end_time")
The free trial expiration time.
The free trial expiration time.
[ "The", "free", "trial", "expiration", "time", "." ]
def free_trial_end_time(self) -> pulumi.Output[str]: return pulumi.get(self, "free_trial_end_time")
[ "def", "free_trial_end_time", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"free_trial_end_time\"", ")" ]
The free trial expiration time.
[ "The", "free", "trial", "expiration", "time", "." ]
[ "\"\"\"\n The free trial expiration time.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4069cda286a656b4ab5e24fd79237407df5ac370
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/streaming_endpoint.py
[ "Apache-2.0" ]
Python
scale_units
pulumi.Output[int]
def scale_units(self) -> pulumi.Output[int]: """ The number of scale units. Use the Scale operation to adjust this value. """ return pulumi.get(self, "scale_units")
The number of scale units. Use the Scale operation to adjust this value.
The number of scale units. Use the Scale operation to adjust this value.
[ "The", "number", "of", "scale", "units", ".", "Use", "the", "Scale", "operation", "to", "adjust", "this", "value", "." ]
def scale_units(self) -> pulumi.Output[int]: return pulumi.get(self, "scale_units")
[ "def", "scale_units", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"scale_units\"", ")" ]
The number of scale units.
[ "The", "number", "of", "scale", "units", "." ]
[ "\"\"\"\n The number of scale units. Use the Scale operation to adjust this value.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d3676d0e4d7f00beba77b346ff2e9eae96223dd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20190701/virtual_machine.py
[ "Apache-2.0" ]
Python
additional_capabilities
pulumi.Output[Optional['outputs.AdditionalCapabilitiesResponse']]
def additional_capabilities(self) -> pulumi.Output[Optional['outputs.AdditionalCapabilitiesResponse']]: """ Specifies additional capabilities enabled or disabled on the virtual machine. """ return pulumi.get(self, "additional_capabilities")
Specifies additional capabilities enabled or disabled on the virtual machine.
Specifies additional capabilities enabled or disabled on the virtual machine.
[ "Specifies", "additional", "capabilities", "enabled", "or", "disabled", "on", "the", "virtual", "machine", "." ]
def additional_capabilities(self) -> pulumi.Output[Optional['outputs.AdditionalCapabilitiesResponse']]: return pulumi.get(self, "additional_capabilities")
[ "def", "additional_capabilities", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.AdditionalCapabilitiesResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"additional_capabilities\"", ")" ]
Specifies additional capabilities enabled or disabled on the virtual machine.
[ "Specifies", "additional", "capabilities", "enabled", "or", "disabled", "on", "the", "virtual", "machine", "." ]
[ "\"\"\"\n Specifies additional capabilities enabled or disabled on the virtual machine.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d3676d0e4d7f00beba77b346ff2e9eae96223dd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20190701/virtual_machine.py
[ "Apache-2.0" ]
Python
billing_profile
pulumi.Output[Optional['outputs.BillingProfileResponse']]
def billing_profile(self) -> pulumi.Output[Optional['outputs.BillingProfileResponse']]: """ Specifies the billing related details of a Azure Spot virtual machine. <br><br>Minimum api-version: 2019-03-01. """ return pulumi.get(self, "billing_profile")
Specifies the billing related details of a Azure Spot virtual machine. <br><br>Minimum api-version: 2019-03-01.
Specifies the billing related details of a Azure Spot virtual machine.
[ "Specifies", "the", "billing", "related", "details", "of", "a", "Azure", "Spot", "virtual", "machine", "." ]
def billing_profile(self) -> pulumi.Output[Optional['outputs.BillingProfileResponse']]: return pulumi.get(self, "billing_profile")
[ "def", "billing_profile", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.BillingProfileResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"billing_profile\"", ")" ]
Specifies the billing related details of a Azure Spot virtual machine.
[ "Specifies", "the", "billing", "related", "details", "of", "a", "Azure", "Spot", "virtual", "machine", "." ]
[ "\"\"\"\n Specifies the billing related details of a Azure Spot virtual machine. <br><br>Minimum api-version: 2019-03-01.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d3676d0e4d7f00beba77b346ff2e9eae96223dd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20190701/virtual_machine.py
[ "Apache-2.0" ]
Python
eviction_policy
pulumi.Output[Optional[str]]
def eviction_policy(self) -> pulumi.Output[Optional[str]]: """ Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. <br><br>For Azure Spot virtual machines, the only supported value is 'Deallocate' and the minimum api-version is 2019-03-01. <br><br>For Azure Spot sc...
Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. <br><br>For Azure Spot virtual machines, the only supported value is 'Deallocate' and the minimum api-version is 2019-03-01. <br><br>For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum...
Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, the only supported value is 'Deallocate' and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-3...
[ "Specifies", "the", "eviction", "policy", "for", "the", "Azure", "Spot", "virtual", "machine", "and", "Azure", "Spot", "scale", "set", ".", "For", "Azure", "Spot", "virtual", "machines", "the", "only", "supported", "value", "is", "'", "Deallocate", "'", "and...
def eviction_policy(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "eviction_policy")
[ "def", "eviction_policy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"eviction_policy\"", ")" ]
Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set.
[ "Specifies", "the", "eviction", "policy", "for", "the", "Azure", "Spot", "virtual", "machine", "and", "Azure", "Spot", "scale", "set", "." ]
[ "\"\"\"\n Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. <br><br>For Azure Spot virtual machines, the only supported value is 'Deallocate' and the minimum api-version is 2019-03-01. <br><br>For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d3676d0e4d7f00beba77b346ff2e9eae96223dd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20190701/virtual_machine.py
[ "Apache-2.0" ]
Python
host
pulumi.Output[Optional['outputs.SubResourceResponse']]
def host(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]: """ Specifies information about the dedicated host that the virtual machine resides in. <br><br>Minimum api-version: 2018-10-01. """ return pulumi.get(self, "host")
Specifies information about the dedicated host that the virtual machine resides in. <br><br>Minimum api-version: 2018-10-01.
Specifies information about the dedicated host that the virtual machine resides in.
[ "Specifies", "information", "about", "the", "dedicated", "host", "that", "the", "virtual", "machine", "resides", "in", "." ]
def host(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]: return pulumi.get(self, "host")
[ "def", "host", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.SubResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"host\"", ")" ]
Specifies information about the dedicated host that the virtual machine resides in.
[ "Specifies", "information", "about", "the", "dedicated", "host", "that", "the", "virtual", "machine", "resides", "in", "." ]
[ "\"\"\"\n Specifies information about the dedicated host that the virtual machine resides in. <br><br>Minimum api-version: 2018-10-01.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d3676d0e4d7f00beba77b346ff2e9eae96223dd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20190701/virtual_machine.py
[ "Apache-2.0" ]
Python
identity
pulumi.Output[Optional['outputs.VirtualMachineIdentityResponse']]
def identity(self) -> pulumi.Output[Optional['outputs.VirtualMachineIdentityResponse']]: """ The identity of the virtual machine, if configured. """ return pulumi.get(self, "identity")
The identity of the virtual machine, if configured.
The identity of the virtual machine, if configured.
[ "The", "identity", "of", "the", "virtual", "machine", "if", "configured", "." ]
def identity(self) -> pulumi.Output[Optional['outputs.VirtualMachineIdentityResponse']]: return pulumi.get(self, "identity")
[ "def", "identity", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.VirtualMachineIdentityResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"identity\"", ")" ]
The identity of the virtual machine, if configured.
[ "The", "identity", "of", "the", "virtual", "machine", "if", "configured", "." ]
[ "\"\"\"\n The identity of the virtual machine, if configured.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d3676d0e4d7f00beba77b346ff2e9eae96223dd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20190701/virtual_machine.py
[ "Apache-2.0" ]
Python
instance_view
pulumi.Output['outputs.VirtualMachineInstanceViewResponse']
def instance_view(self) -> pulumi.Output['outputs.VirtualMachineInstanceViewResponse']: """ The virtual machine instance view. """ return pulumi.get(self, "instance_view")
The virtual machine instance view.
The virtual machine instance view.
[ "The", "virtual", "machine", "instance", "view", "." ]
def instance_view(self) -> pulumi.Output['outputs.VirtualMachineInstanceViewResponse']: return pulumi.get(self, "instance_view")
[ "def", "instance_view", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.VirtualMachineInstanceViewResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"instance_view\"", ")" ]
The virtual machine instance view.
[ "The", "virtual", "machine", "instance", "view", "." ]
[ "\"\"\"\n The virtual machine instance view.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d3676d0e4d7f00beba77b346ff2e9eae96223dd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20190701/virtual_machine.py
[ "Apache-2.0" ]
Python
priority
pulumi.Output[Optional[str]]
def priority(self) -> pulumi.Output[Optional[str]]: """ Specifies the priority for the virtual machine. <br><br>Minimum api-version: 2019-03-01 """ return pulumi.get(self, "priority")
Specifies the priority for the virtual machine. <br><br>Minimum api-version: 2019-03-01
Specifies the priority for the virtual machine.
[ "Specifies", "the", "priority", "for", "the", "virtual", "machine", "." ]
def priority(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "priority")
[ "def", "priority", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"priority\"", ")" ]
Specifies the priority for the virtual machine.
[ "Specifies", "the", "priority", "for", "the", "virtual", "machine", "." ]
[ "\"\"\"\n Specifies the priority for the virtual machine. <br><br>Minimum api-version: 2019-03-01\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d3676d0e4d7f00beba77b346ff2e9eae96223dd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20190701/virtual_machine.py
[ "Apache-2.0" ]
Python
proximity_placement_group
pulumi.Output[Optional['outputs.SubResourceResponse']]
def proximity_placement_group(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]: """ Specifies information about the proximity placement group that the virtual machine should be assigned to. <br><br>Minimum api-version: 2018-04-01. """ return pulumi.get(self, "proximity_pla...
Specifies information about the proximity placement group that the virtual machine should be assigned to. <br><br>Minimum api-version: 2018-04-01.
Specifies information about the proximity placement group that the virtual machine should be assigned to.
[ "Specifies", "information", "about", "the", "proximity", "placement", "group", "that", "the", "virtual", "machine", "should", "be", "assigned", "to", "." ]
def proximity_placement_group(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]: return pulumi.get(self, "proximity_placement_group")
[ "def", "proximity_placement_group", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.SubResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"proximity_placement_group\"", ")" ]
Specifies information about the proximity placement group that the virtual machine should be assigned to.
[ "Specifies", "information", "about", "the", "proximity", "placement", "group", "that", "the", "virtual", "machine", "should", "be", "assigned", "to", "." ]
[ "\"\"\"\n Specifies information about the proximity placement group that the virtual machine should be assigned to. <br><br>Minimum api-version: 2018-04-01.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d3676d0e4d7f00beba77b346ff2e9eae96223dd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20190701/virtual_machine.py
[ "Apache-2.0" ]
Python
vm_id
pulumi.Output[str]
def vm_id(self) -> pulumi.Output[str]: """ Specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands. """ return pulumi.get(self, "vm_id")
Specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands.
Specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands.
[ "Specifies", "the", "VM", "unique", "ID", "which", "is", "a", "128", "-", "bits", "identifier", "that", "is", "encoded", "and", "stored", "in", "all", "Azure", "IaaS", "VMs", "SMBIOS", "and", "can", "be", "read", "using", "platform", "BIOS", "commands", ...
def vm_id(self) -> pulumi.Output[str]: return pulumi.get(self, "vm_id")
[ "def", "vm_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vm_id\"", ")" ]
Specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands.
[ "Specifies", "the", "VM", "unique", "ID", "which", "is", "a", "128", "-", "bits", "identifier", "that", "is", "encoded", "and", "stored", "in", "all", "Azure", "IaaS", "VMs", "SMBIOS", "and", "can", "be", "read", "using", "platform", "BIOS", "commands", ...
[ "\"\"\"\n Specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d69213c277e6b7256fe600dbb3bd7be29618fcd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datafactory/v20170901preview/pipeline.py
[ "Apache-2.0" ]
Python
activities
pulumi.Output[Optional[Sequence[Any]]]
def activities(self) -> pulumi.Output[Optional[Sequence[Any]]]: """ List of activities in pipeline. """ return pulumi.get(self, "activities")
List of activities in pipeline.
List of activities in pipeline.
[ "List", "of", "activities", "in", "pipeline", "." ]
def activities(self) -> pulumi.Output[Optional[Sequence[Any]]]: return pulumi.get(self, "activities")
[ "def", "activities", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "Any", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"activities\"", ")" ]
List of activities in pipeline.
[ "List", "of", "activities", "in", "pipeline", "." ]
[ "\"\"\"\n List of activities in pipeline.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d69213c277e6b7256fe600dbb3bd7be29618fcd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datafactory/v20170901preview/pipeline.py
[ "Apache-2.0" ]
Python
annotations
pulumi.Output[Optional[Sequence[Any]]]
def annotations(self) -> pulumi.Output[Optional[Sequence[Any]]]: """ List of tags that can be used for describing the Pipeline. """ return pulumi.get(self, "annotations")
List of tags that can be used for describing the Pipeline.
List of tags that can be used for describing the Pipeline.
[ "List", "of", "tags", "that", "can", "be", "used", "for", "describing", "the", "Pipeline", "." ]
def annotations(self) -> pulumi.Output[Optional[Sequence[Any]]]: return pulumi.get(self, "annotations")
[ "def", "annotations", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "Any", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"annotations\"", ")" ]
List of tags that can be used for describing the Pipeline.
[ "List", "of", "tags", "that", "can", "be", "used", "for", "describing", "the", "Pipeline", "." ]
[ "\"\"\"\n List of tags that can be used for describing the Pipeline.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d69213c277e6b7256fe600dbb3bd7be29618fcd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datafactory/v20170901preview/pipeline.py
[ "Apache-2.0" ]
Python
concurrency
pulumi.Output[Optional[int]]
def concurrency(self) -> pulumi.Output[Optional[int]]: """ The max number of concurrent runs for the pipeline. """ return pulumi.get(self, "concurrency")
The max number of concurrent runs for the pipeline.
The max number of concurrent runs for the pipeline.
[ "The", "max", "number", "of", "concurrent", "runs", "for", "the", "pipeline", "." ]
def concurrency(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "concurrency")
[ "def", "concurrency", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"concurrency\"", ")" ]
The max number of concurrent runs for the pipeline.
[ "The", "max", "number", "of", "concurrent", "runs", "for", "the", "pipeline", "." ]
[ "\"\"\"\n The max number of concurrent runs for the pipeline.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d69213c277e6b7256fe600dbb3bd7be29618fcd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datafactory/v20170901preview/pipeline.py
[ "Apache-2.0" ]
Python
parameters
pulumi.Output[Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']]]
def parameters(self) -> pulumi.Output[Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']]]: """ List of parameters for pipeline. """ return pulumi.get(self, "parameters")
List of parameters for pipeline.
List of parameters for pipeline.
[ "List", "of", "parameters", "for", "pipeline", "." ]
def parameters(self) -> pulumi.Output[Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']]]: return pulumi.get(self, "parameters")
[ "def", "parameters", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Mapping", "[", "str", ",", "'outputs.ParameterSpecificationResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"parameters\"", ")" ]
List of parameters for pipeline.
[ "List", "of", "parameters", "for", "pipeline", "." ]
[ "\"\"\"\n List of parameters for pipeline.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
95c32b6ac823d1d3d3dc513e0c517d402c1d000b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/favorite.py
[ "Apache-2.0" ]
Python
category
pulumi.Output[Optional[str]]
def category(self) -> pulumi.Output[Optional[str]]: """ Favorite category, as defined by the user at creation time. """ return pulumi.get(self, "category")
Favorite category, as defined by the user at creation time.
Favorite category, as defined by the user at creation time.
[ "Favorite", "category", "as", "defined", "by", "the", "user", "at", "creation", "time", "." ]
def category(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "category")
[ "def", "category", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"category\"", ")" ]
Favorite category, as defined by the user at creation time.
[ "Favorite", "category", "as", "defined", "by", "the", "user", "at", "creation", "time", "." ]
[ "\"\"\"\n Favorite category, as defined by the user at creation time.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
95c32b6ac823d1d3d3dc513e0c517d402c1d000b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/favorite.py
[ "Apache-2.0" ]
Python
config
pulumi.Output[Optional[str]]
def config(self) -> pulumi.Output[Optional[str]]: """ Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON """ return pulumi.get(self, "config")
Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON
Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON
[ "Configuration", "of", "this", "particular", "favorite", "which", "are", "driven", "by", "the", "Azure", "portal", "UX", ".", "Configuration", "data", "is", "a", "string", "containing", "valid", "JSON" ]
def config(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "config")
[ "def", "config", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"config\"", ")" ]
Configuration of this particular favorite, which are driven by the Azure portal UX.
[ "Configuration", "of", "this", "particular", "favorite", "which", "are", "driven", "by", "the", "Azure", "portal", "UX", "." ]
[ "\"\"\"\n Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
95c32b6ac823d1d3d3dc513e0c517d402c1d000b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/favorite.py
[ "Apache-2.0" ]
Python
favorite_id
pulumi.Output[str]
def favorite_id(self) -> pulumi.Output[str]: """ Internally assigned unique id of the favorite definition. """ return pulumi.get(self, "favorite_id")
Internally assigned unique id of the favorite definition.
Internally assigned unique id of the favorite definition.
[ "Internally", "assigned", "unique", "id", "of", "the", "favorite", "definition", "." ]
def favorite_id(self) -> pulumi.Output[str]: return pulumi.get(self, "favorite_id")
[ "def", "favorite_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"favorite_id\"", ")" ]
Internally assigned unique id of the favorite definition.
[ "Internally", "assigned", "unique", "id", "of", "the", "favorite", "definition", "." ]
[ "\"\"\"\n Internally assigned unique id of the favorite definition.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
95c32b6ac823d1d3d3dc513e0c517d402c1d000b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/favorite.py
[ "Apache-2.0" ]
Python
favorite_type
pulumi.Output[Optional[str]]
def favorite_type(self) -> pulumi.Output[Optional[str]]: """ Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component. """ return pulumi.get(self, "favorite_type")
Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component.
Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component.
[ "Enum", "indicating", "if", "this", "favorite", "definition", "is", "owned", "by", "a", "specific", "user", "or", "is", "shared", "between", "all", "users", "with", "access", "to", "the", "Application", "Insights", "component", "." ]
def favorite_type(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "favorite_type")
[ "def", "favorite_type", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"favorite_type\"", ")" ]
Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component.
[ "Enum", "indicating", "if", "this", "favorite", "definition", "is", "owned", "by", "a", "specific", "user", "or", "is", "shared", "between", "all", "users", "with", "access", "to", "the", "Application", "Insights", "component", "." ]
[ "\"\"\"\n Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
95c32b6ac823d1d3d3dc513e0c517d402c1d000b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/favorite.py
[ "Apache-2.0" ]
Python
is_generated_from_template
pulumi.Output[Optional[bool]]
def is_generated_from_template(self) -> pulumi.Output[Optional[bool]]: """ Flag denoting wether or not this favorite was generated from a template. """ return pulumi.get(self, "is_generated_from_template")
Flag denoting wether or not this favorite was generated from a template.
Flag denoting wether or not this favorite was generated from a template.
[ "Flag", "denoting", "wether", "or", "not", "this", "favorite", "was", "generated", "from", "a", "template", "." ]
def is_generated_from_template(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "is_generated_from_template")
[ "def", "is_generated_from_template", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_generated_from_template\"", ")" ]
Flag denoting wether or not this favorite was generated from a template.
[ "Flag", "denoting", "wether", "or", "not", "this", "favorite", "was", "generated", "from", "a", "template", "." ]
[ "\"\"\"\n Flag denoting wether or not this favorite was generated from a template.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
95c32b6ac823d1d3d3dc513e0c517d402c1d000b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/favorite.py
[ "Apache-2.0" ]
Python
source_type
pulumi.Output[Optional[str]]
def source_type(self) -> pulumi.Output[Optional[str]]: """ The source of the favorite definition. """ return pulumi.get(self, "source_type")
The source of the favorite definition.
The source of the favorite definition.
[ "The", "source", "of", "the", "favorite", "definition", "." ]
def source_type(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "source_type")
[ "def", "source_type", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source_type\"", ")" ]
The source of the favorite definition.
[ "The", "source", "of", "the", "favorite", "definition", "." ]
[ "\"\"\"\n The source of the favorite definition.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
95cec135444dec53d51b3fee3e30ba81d28be247
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/search/list_query_key_by_search_service.py
[ "Apache-2.0" ]
Python
value
Sequence['outputs.QueryKeyResponseResult']
def value(self) -> Sequence['outputs.QueryKeyResponseResult']: """ The query keys for the Azure Cognitive Search service. """ return pulumi.get(self, "value")
The query keys for the Azure Cognitive Search service.
The query keys for the Azure Cognitive Search service.
[ "The", "query", "keys", "for", "the", "Azure", "Cognitive", "Search", "service", "." ]
def value(self) -> Sequence['outputs.QueryKeyResponseResult']: return pulumi.get(self, "value")
[ "def", "value", "(", "self", ")", "->", "Sequence", "[", "'outputs.QueryKeyResponseResult'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"value\"", ")" ]
The query keys for the Azure Cognitive Search service.
[ "The", "query", "keys", "for", "the", "Azure", "Cognitive", "Search", "service", "." ]
[ "\"\"\"\n The query keys for the Azure Cognitive Search service.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
95cec135444dec53d51b3fee3e30ba81d28be247
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/search/list_query_key_by_search_service.py
[ "Apache-2.0" ]
Python
list_query_key_by_search_service
AwaitableListQueryKeyBySearchServiceResult
def list_query_key_by_search_service(resource_group_name: Optional[str] = None, search_service_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListQueryKeyBySearchServiceResult: """ Response containing...
Response containing the query API keys for a given Azure Cognitive Search service. API Version: 2020-08-01. :param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal. :param str search_se...
Response containing the query API keys for a given Azure Cognitive Search service.
[ "Response", "containing", "the", "query", "API", "keys", "for", "a", "given", "Azure", "Cognitive", "Search", "service", "." ]
def list_query_key_by_search_service(resource_group_name: Optional[str] = None, search_service_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListQueryKeyBySearchServiceResult: __args__ = dict() __arg...
[ "def", "list_query_key_by_search_service", "(", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "search_service_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", ...
Response containing the query API keys for a given Azure Cognitive Search service.
[ "Response", "containing", "the", "query", "API", "keys", "for", "a", "given", "Azure", "Cognitive", "Search", "service", "." ]
[ "\"\"\"\n Response containing the query API keys for a given Azure Cognitive Search service.\n API Version: 2020-08-01.\n\n\n :param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.\n :pa...
[ { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "search_service_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "resource_group_name", "type": "Optional[str]", "docstring": "The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.", "docstring_tokens": [ ...
07766cb00dd3ed81c49db7461bc5454d17463feb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blockchain/v20180601preview/transaction_node.py
[ "Apache-2.0" ]
Python
firewall_rules
pulumi.Output[Optional[Sequence['outputs.FirewallRuleResponse']]]
def firewall_rules(self) -> pulumi.Output[Optional[Sequence['outputs.FirewallRuleResponse']]]: """ Gets or sets the firewall rules. """ return pulumi.get(self, "firewall_rules")
Gets or sets the firewall rules.
Gets or sets the firewall rules.
[ "Gets", "or", "sets", "the", "firewall", "rules", "." ]
def firewall_rules(self) -> pulumi.Output[Optional[Sequence['outputs.FirewallRuleResponse']]]: return pulumi.get(self, "firewall_rules")
[ "def", "firewall_rules", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.FirewallRuleResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"firewall_rules\"", ")" ]
Gets or sets the firewall rules.
[ "Gets", "or", "sets", "the", "firewall", "rules", "." ]
[ "\"\"\"\n Gets or sets the firewall rules.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
07890cc06ef1c922f5f41732f77d72921baf1932
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/v20180601preview/getguest_diagnostics_setting.py
[ "Apache-2.0" ]
Python
data_sources
Optional[Sequence['outputs.DataSourceResponse']]
def data_sources(self) -> Optional[Sequence['outputs.DataSourceResponse']]: """ the array of data source object which are configured to collect and send data """ return pulumi.get(self, "data_sources")
the array of data source object which are configured to collect and send data
the array of data source object which are configured to collect and send data
[ "the", "array", "of", "data", "source", "object", "which", "are", "configured", "to", "collect", "and", "send", "data" ]
def data_sources(self) -> Optional[Sequence['outputs.DataSourceResponse']]: return pulumi.get(self, "data_sources")
[ "def", "data_sources", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.DataSourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"data_sources\"", ")" ]
the array of data source object which are configured to collect and send data
[ "the", "array", "of", "data", "source", "object", "which", "are", "configured", "to", "collect", "and", "send", "data" ]
[ "\"\"\"\n the array of data source object which are configured to collect and send data\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0790ad45dc8b73883c39f6aca796988fc5cfd017
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/kusto/v20170907privatepreview/get_cluster.py
[ "Apache-2.0" ]
Python
data_ingestion_uri
str
def data_ingestion_uri(self) -> str: """ The cluster data ingestion URI. """ return pulumi.get(self, "data_ingestion_uri")
The cluster data ingestion URI.
The cluster data ingestion URI.
[ "The", "cluster", "data", "ingestion", "URI", "." ]
def data_ingestion_uri(self) -> str: return pulumi.get(self, "data_ingestion_uri")
[ "def", "data_ingestion_uri", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"data_ingestion_uri\"", ")" ]
The cluster data ingestion URI.
[ "The", "cluster", "data", "ingestion", "URI", "." ]
[ "\"\"\"\n The cluster data ingestion URI.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0790ad45dc8b73883c39f6aca796988fc5cfd017
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/kusto/v20170907privatepreview/get_cluster.py
[ "Apache-2.0" ]
Python
sku
'outputs.AzureSkuResponse'
def sku(self) -> 'outputs.AzureSkuResponse': """ The SKU of the cluster. """ return pulumi.get(self, "sku")
The SKU of the cluster.
The SKU of the cluster.
[ "The", "SKU", "of", "the", "cluster", "." ]
def sku(self) -> 'outputs.AzureSkuResponse': return pulumi.get(self, "sku")
[ "def", "sku", "(", "self", ")", "->", "'outputs.AzureSkuResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sku\"", ")" ]
The SKU of the cluster.
[ "The", "SKU", "of", "the", "cluster", "." ]
[ "\"\"\"\n The SKU of the cluster.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0790ad45dc8b73883c39f6aca796988fc5cfd017
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/kusto/v20170907privatepreview/get_cluster.py
[ "Apache-2.0" ]
Python
trusted_external_tenants
Optional[Sequence['outputs.TrustedExternalTenantResponse']]
def trusted_external_tenants(self) -> Optional[Sequence['outputs.TrustedExternalTenantResponse']]: """ The cluster's external tenants. """ return pulumi.get(self, "trusted_external_tenants")
The cluster's external tenants.
The cluster's external tenants.
[ "The", "cluster", "'", "s", "external", "tenants", "." ]
def trusted_external_tenants(self) -> Optional[Sequence['outputs.TrustedExternalTenantResponse']]: return pulumi.get(self, "trusted_external_tenants")
[ "def", "trusted_external_tenants", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.TrustedExternalTenantResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"trusted_external_tenants\"", ")" ]
The cluster's external tenants.
[ "The", "cluster", "'", "s", "external", "tenants", "." ]
[ "\"\"\"\n The cluster's external tenants.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
63c4ab7f7d36c065b4ecf31843b301717cf9d844
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/maintenance/latest/get_maintenance_configuration.py
[ "Apache-2.0" ]
Python
extension_properties
Optional[Mapping[str, str]]
def extension_properties(self) -> Optional[Mapping[str, str]]: """ Gets or sets extensionProperties of the maintenanceConfiguration. This is for future use only and would be a set of key value pairs for additional information e.g. whether to follow SDP etc. """ return pulumi.get(self, "e...
Gets or sets extensionProperties of the maintenanceConfiguration. This is for future use only and would be a set of key value pairs for additional information e.g. whether to follow SDP etc.
Gets or sets extensionProperties of the maintenanceConfiguration. This is for future use only and would be a set of key value pairs for additional information e.g. whether to follow SDP etc.
[ "Gets", "or", "sets", "extensionProperties", "of", "the", "maintenanceConfiguration", ".", "This", "is", "for", "future", "use", "only", "and", "would", "be", "a", "set", "of", "key", "value", "pairs", "for", "additional", "information", "e", ".", "g", ".", ...
def extension_properties(self) -> Optional[Mapping[str, str]]: return pulumi.get(self, "extension_properties")
[ "def", "extension_properties", "(", "self", ")", "->", "Optional", "[", "Mapping", "[", "str", ",", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"extension_properties\"", ")" ]
Gets or sets extensionProperties of the maintenanceConfiguration.
[ "Gets", "or", "sets", "extensionProperties", "of", "the", "maintenanceConfiguration", "." ]
[ "\"\"\"\n Gets or sets extensionProperties of the maintenanceConfiguration. This is for future use only and would be a set of key value pairs for additional information e.g. whether to follow SDP etc.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
63c4ab7f7d36c065b4ecf31843b301717cf9d844
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/maintenance/latest/get_maintenance_configuration.py
[ "Apache-2.0" ]
Python
maintenance_scope
Optional[str]
def maintenance_scope(self) -> Optional[str]: """ Gets or sets maintenanceScope of the configuration. It represent the impact area of the maintenance """ return pulumi.get(self, "maintenance_scope")
Gets or sets maintenanceScope of the configuration. It represent the impact area of the maintenance
Gets or sets maintenanceScope of the configuration. It represent the impact area of the maintenance
[ "Gets", "or", "sets", "maintenanceScope", "of", "the", "configuration", ".", "It", "represent", "the", "impact", "area", "of", "the", "maintenance" ]
def maintenance_scope(self) -> Optional[str]: return pulumi.get(self, "maintenance_scope")
[ "def", "maintenance_scope", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"maintenance_scope\"", ")" ]
Gets or sets maintenanceScope of the configuration.
[ "Gets", "or", "sets", "maintenanceScope", "of", "the", "configuration", "." ]
[ "\"\"\"\n Gets or sets maintenanceScope of the configuration. It represent the impact area of the maintenance\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
63ccbb9a9b2c07b72b862f6ef8d8a62762c42199
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerregistry/v20190501/get_registry.py
[ "Apache-2.0" ]
Python
admin_user_enabled
Optional[bool]
def admin_user_enabled(self) -> Optional[bool]: """ The value that indicates whether the admin user is enabled. """ return pulumi.get(self, "admin_user_enabled")
The value that indicates whether the admin user is enabled.
The value that indicates whether the admin user is enabled.
[ "The", "value", "that", "indicates", "whether", "the", "admin", "user", "is", "enabled", "." ]
def admin_user_enabled(self) -> Optional[bool]: return pulumi.get(self, "admin_user_enabled")
[ "def", "admin_user_enabled", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"admin_user_enabled\"", ")" ]
The value that indicates whether the admin user is enabled.
[ "The", "value", "that", "indicates", "whether", "the", "admin", "user", "is", "enabled", "." ]
[ "\"\"\"\n The value that indicates whether the admin user is enabled.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
63ccbb9a9b2c07b72b862f6ef8d8a62762c42199
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerregistry/v20190501/get_registry.py
[ "Apache-2.0" ]
Python
network_rule_set
Optional['outputs.NetworkRuleSetResponse']
def network_rule_set(self) -> Optional['outputs.NetworkRuleSetResponse']: """ The network rule set for a container registry. """ return pulumi.get(self, "network_rule_set")
The network rule set for a container registry.
The network rule set for a container registry.
[ "The", "network", "rule", "set", "for", "a", "container", "registry", "." ]
def network_rule_set(self) -> Optional['outputs.NetworkRuleSetResponse']: return pulumi.get(self, "network_rule_set")
[ "def", "network_rule_set", "(", "self", ")", "->", "Optional", "[", "'outputs.NetworkRuleSetResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"network_rule_set\"", ")" ]
The network rule set for a container registry.
[ "The", "network", "rule", "set", "for", "a", "container", "registry", "." ]
[ "\"\"\"\n The network rule set for a container registry.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
63ccbb9a9b2c07b72b862f6ef8d8a62762c42199
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerregistry/v20190501/get_registry.py
[ "Apache-2.0" ]
Python
policies
Optional['outputs.PoliciesResponse']
def policies(self) -> Optional['outputs.PoliciesResponse']: """ The policies for a container registry. """ return pulumi.get(self, "policies")
The policies for a container registry.
The policies for a container registry.
[ "The", "policies", "for", "a", "container", "registry", "." ]
def policies(self) -> Optional['outputs.PoliciesResponse']: return pulumi.get(self, "policies")
[ "def", "policies", "(", "self", ")", "->", "Optional", "[", "'outputs.PoliciesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"policies\"", ")" ]
The policies for a container registry.
[ "The", "policies", "for", "a", "container", "registry", "." ]
[ "\"\"\"\n The policies for a container registry.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
63ccbb9a9b2c07b72b862f6ef8d8a62762c42199
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerregistry/v20190501/get_registry.py
[ "Apache-2.0" ]
Python
status
'outputs.StatusResponse'
def status(self) -> 'outputs.StatusResponse': """ The status of the container registry at the time the operation was called. """ return pulumi.get(self, "status")
The status of the container registry at the time the operation was called.
The status of the container registry at the time the operation was called.
[ "The", "status", "of", "the", "container", "registry", "at", "the", "time", "the", "operation", "was", "called", "." ]
def status(self) -> 'outputs.StatusResponse': return pulumi.get(self, "status")
[ "def", "status", "(", "self", ")", "->", "'outputs.StatusResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"status\"", ")" ]
The status of the container registry at the time the operation was called.
[ "The", "status", "of", "the", "container", "registry", "at", "the", "time", "the", "operation", "was", "called", "." ]
[ "\"\"\"\n The status of the container registry at the time the operation was called.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
63ccbb9a9b2c07b72b862f6ef8d8a62762c42199
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerregistry/v20190501/get_registry.py
[ "Apache-2.0" ]
Python
storage_account
Optional['outputs.StorageAccountPropertiesResponse']
def storage_account(self) -> Optional['outputs.StorageAccountPropertiesResponse']: """ The properties of the storage account for the container registry. Only applicable to Classic SKU. """ return pulumi.get(self, "storage_account")
The properties of the storage account for the container registry. Only applicable to Classic SKU.
The properties of the storage account for the container registry. Only applicable to Classic SKU.
[ "The", "properties", "of", "the", "storage", "account", "for", "the", "container", "registry", ".", "Only", "applicable", "to", "Classic", "SKU", "." ]
def storage_account(self) -> Optional['outputs.StorageAccountPropertiesResponse']: return pulumi.get(self, "storage_account")
[ "def", "storage_account", "(", "self", ")", "->", "Optional", "[", "'outputs.StorageAccountPropertiesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_account\"", ")" ]
The properties of the storage account for the container registry.
[ "The", "properties", "of", "the", "storage", "account", "for", "the", "container", "registry", "." ]
[ "\"\"\"\n The properties of the storage account for the container registry. Only applicable to Classic SKU.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
63ccce5e4b3258c4208a8401bbb9fc9e19df680f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20160601/get_express_route_circuit.py
[ "Apache-2.0" ]
Python
authorizations
Optional[Sequence['outputs.ExpressRouteCircuitAuthorizationResponse']]
def authorizations(self) -> Optional[Sequence['outputs.ExpressRouteCircuitAuthorizationResponse']]: """ Gets or sets list of authorizations """ return pulumi.get(self, "authorizations")
Gets or sets list of authorizations
Gets or sets list of authorizations
[ "Gets", "or", "sets", "list", "of", "authorizations" ]
def authorizations(self) -> Optional[Sequence['outputs.ExpressRouteCircuitAuthorizationResponse']]: return pulumi.get(self, "authorizations")
[ "def", "authorizations", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ExpressRouteCircuitAuthorizationResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"authorizations\"", ")" ]
Gets or sets list of authorizations
[ "Gets", "or", "sets", "list", "of", "authorizations" ]
[ "\"\"\"\n Gets or sets list of authorizations\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
63ccce5e4b3258c4208a8401bbb9fc9e19df680f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20160601/get_express_route_circuit.py
[ "Apache-2.0" ]
Python
gateway_manager_etag
Optional[str]
def gateway_manager_etag(self) -> Optional[str]: """ Gets or sets the GatewayManager Etag """ return pulumi.get(self, "gateway_manager_etag")
Gets or sets the GatewayManager Etag
Gets or sets the GatewayManager Etag
[ "Gets", "or", "sets", "the", "GatewayManager", "Etag" ]
def gateway_manager_etag(self) -> Optional[str]: return pulumi.get(self, "gateway_manager_etag")
[ "def", "gateway_manager_etag", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"gateway_manager_etag\"", ")" ]
Gets or sets the GatewayManager Etag
[ "Gets", "or", "sets", "the", "GatewayManager", "Etag" ]
[ "\"\"\"\n Gets or sets the GatewayManager Etag\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
63d0b23d2ebd8eec900c2d56248d0f564f0e6700
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/eventgrid/list_topic_shared_access_keys.py
[ "Apache-2.0" ]
Python
key1
Optional[str]
def key1(self) -> Optional[str]: """ Shared access key1 for the topic. """ return pulumi.get(self, "key1")
Shared access key1 for the topic.
Shared access key1 for the topic.
[ "Shared", "access", "key1", "for", "the", "topic", "." ]
def key1(self) -> Optional[str]: return pulumi.get(self, "key1")
[ "def", "key1", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"key1\"", ")" ]
Shared access key1 for the topic.
[ "Shared", "access", "key1", "for", "the", "topic", "." ]
[ "\"\"\"\n Shared access key1 for the topic.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
63d0b23d2ebd8eec900c2d56248d0f564f0e6700
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/eventgrid/list_topic_shared_access_keys.py
[ "Apache-2.0" ]
Python
key2
Optional[str]
def key2(self) -> Optional[str]: """ Shared access key2 for the topic. """ return pulumi.get(self, "key2")
Shared access key2 for the topic.
Shared access key2 for the topic.
[ "Shared", "access", "key2", "for", "the", "topic", "." ]
def key2(self) -> Optional[str]: return pulumi.get(self, "key2")
[ "def", "key2", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"key2\"", ")" ]
Shared access key2 for the topic.
[ "Shared", "access", "key2", "for", "the", "topic", "." ]
[ "\"\"\"\n Shared access key2 for the topic.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
440780023ff6e63ab1800ffa19541b1ce4243bbf
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20150501preview/get_network_security_group.py
[ "Apache-2.0" ]
Python
network_interfaces
Optional[Sequence['outputs.SubResourceResponse']]
def network_interfaces(self) -> Optional[Sequence['outputs.SubResourceResponse']]: """ Gets collection of references to Network Interfaces """ return pulumi.get(self, "network_interfaces")
Gets collection of references to Network Interfaces
Gets collection of references to Network Interfaces
[ "Gets", "collection", "of", "references", "to", "Network", "Interfaces" ]
def network_interfaces(self) -> Optional[Sequence['outputs.SubResourceResponse']]: return pulumi.get(self, "network_interfaces")
[ "def", "network_interfaces", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.SubResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"network_interfaces\"", ")" ]
Gets collection of references to Network Interfaces
[ "Gets", "collection", "of", "references", "to", "Network", "Interfaces" ]
[ "\"\"\"\n Gets collection of references to Network Interfaces\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
440780023ff6e63ab1800ffa19541b1ce4243bbf
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20150501preview/get_network_security_group.py
[ "Apache-2.0" ]
Python
subnets
Optional[Sequence['outputs.SubResourceResponse']]
def subnets(self) -> Optional[Sequence['outputs.SubResourceResponse']]: """ Gets collection of references to subnets """ return pulumi.get(self, "subnets")
Gets collection of references to subnets
Gets collection of references to subnets
[ "Gets", "collection", "of", "references", "to", "subnets" ]
def subnets(self) -> Optional[Sequence['outputs.SubResourceResponse']]: return pulumi.get(self, "subnets")
[ "def", "subnets", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.SubResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"subnets\"", ")" ]
Gets collection of references to subnets
[ "Gets", "collection", "of", "references", "to", "subnets" ]
[ "\"\"\"\n Gets collection of references to subnets\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4419e2963b80bde7f9360a66109471aac177d7c1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/get_media_service.py
[ "Apache-2.0" ]
Python
identity
Optional['outputs.MediaServiceIdentityResponse']
def identity(self) -> Optional['outputs.MediaServiceIdentityResponse']: """ The Managed Identity for the Media Services account. """ return pulumi.get(self, "identity")
The Managed Identity for the Media Services account.
The Managed Identity for the Media Services account.
[ "The", "Managed", "Identity", "for", "the", "Media", "Services", "account", "." ]
def identity(self) -> Optional['outputs.MediaServiceIdentityResponse']: return pulumi.get(self, "identity")
[ "def", "identity", "(", "self", ")", "->", "Optional", "[", "'outputs.MediaServiceIdentityResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"identity\"", ")" ]
The Managed Identity for the Media Services account.
[ "The", "Managed", "Identity", "for", "the", "Media", "Services", "account", "." ]
[ "\"\"\"\n The Managed Identity for the Media Services account.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4419e2963b80bde7f9360a66109471aac177d7c1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/get_media_service.py
[ "Apache-2.0" ]
Python
media_service_id
str
def media_service_id(self) -> str: """ The Media Services account ID. """ return pulumi.get(self, "media_service_id")
The Media Services account ID.
The Media Services account ID.
[ "The", "Media", "Services", "account", "ID", "." ]
def media_service_id(self) -> str: return pulumi.get(self, "media_service_id")
[ "def", "media_service_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"media_service_id\"", ")" ]
The Media Services account ID.
[ "The", "Media", "Services", "account", "ID", "." ]
[ "\"\"\"\n The Media Services account ID.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4419e2963b80bde7f9360a66109471aac177d7c1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/get_media_service.py
[ "Apache-2.0" ]
Python
storage_accounts
Optional[Sequence['outputs.StorageAccountResponse']]
def storage_accounts(self) -> Optional[Sequence['outputs.StorageAccountResponse']]: """ The storage accounts for this resource. """ return pulumi.get(self, "storage_accounts")
The storage accounts for this resource.
The storage accounts for this resource.
[ "The", "storage", "accounts", "for", "this", "resource", "." ]
def storage_accounts(self) -> Optional[Sequence['outputs.StorageAccountResponse']]: return pulumi.get(self, "storage_accounts")
[ "def", "storage_accounts", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.StorageAccountResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_accounts\"", ")" ]
The storage accounts for this resource.
[ "The", "storage", "accounts", "for", "this", "resource", "." ]
[ "\"\"\"\n The storage accounts for this resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
a981d33432754293bd5adb203fb084165d6009be
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/dbforpostgresql/v20200214privatepreview/get_server.py
[ "Apache-2.0" ]
Python
administrator_login_password
Optional[str]
def administrator_login_password(self) -> Optional[str]: """ The administrator login password (required for server creation). """ return pulumi.get(self, "administrator_login_password")
The administrator login password (required for server creation).
The administrator login password (required for server creation).
[ "The", "administrator", "login", "password", "(", "required", "for", "server", "creation", ")", "." ]
def administrator_login_password(self) -> Optional[str]: return pulumi.get(self, "administrator_login_password")
[ "def", "administrator_login_password", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"administrator_login_password\"", ")" ]
The administrator login password (required for server creation).
[ "The", "administrator", "login", "password", "(", "required", "for", "server", "creation", ")", "." ]
[ "\"\"\"\n The administrator login password (required for server creation).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
a981d33432754293bd5adb203fb084165d6009be
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/dbforpostgresql/v20200214privatepreview/get_server.py
[ "Apache-2.0" ]
Python
availability_zone
Optional[str]
def availability_zone(self) -> Optional[str]: """ availability Zone information of the server. """ return pulumi.get(self, "availability_zone")
availability Zone information of the server.
availability Zone information of the server.
[ "availability", "Zone", "information", "of", "the", "server", "." ]
def availability_zone(self) -> Optional[str]: return pulumi.get(self, "availability_zone")
[ "def", "availability_zone", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"availability_zone\"", ")" ]
availability Zone information of the server.
[ "availability", "Zone", "information", "of", "the", "server", "." ]
[ "\"\"\"\n availability Zone information of the server.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
a981d33432754293bd5adb203fb084165d6009be
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/dbforpostgresql/v20200214privatepreview/get_server.py
[ "Apache-2.0" ]
Python
fully_qualified_domain_name
str
def fully_qualified_domain_name(self) -> str: """ The fully qualified domain name of a server. """ return pulumi.get(self, "fully_qualified_domain_name")
The fully qualified domain name of a server.
The fully qualified domain name of a server.
[ "The", "fully", "qualified", "domain", "name", "of", "a", "server", "." ]
def fully_qualified_domain_name(self) -> str: return pulumi.get(self, "fully_qualified_domain_name")
[ "def", "fully_qualified_domain_name", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"fully_qualified_domain_name\"", ")" ]
The fully qualified domain name of a server.
[ "The", "fully", "qualified", "domain", "name", "of", "a", "server", "." ]
[ "\"\"\"\n The fully qualified domain name of a server.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
a981d33432754293bd5adb203fb084165d6009be
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/dbforpostgresql/v20200214privatepreview/get_server.py
[ "Apache-2.0" ]
Python
ha_enabled
Optional[str]
def ha_enabled(self) -> Optional[str]: """ stand by count value can be either enabled or disabled """ return pulumi.get(self, "ha_enabled")
stand by count value can be either enabled or disabled
stand by count value can be either enabled or disabled
[ "stand", "by", "count", "value", "can", "be", "either", "enabled", "or", "disabled" ]
def ha_enabled(self) -> Optional[str]: return pulumi.get(self, "ha_enabled")
[ "def", "ha_enabled", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ha_enabled\"", ")" ]
stand by count value can be either enabled or disabled
[ "stand", "by", "count", "value", "can", "be", "either", "enabled", "or", "disabled" ]
[ "\"\"\"\n stand by count value can be either enabled or disabled\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
a981d33432754293bd5adb203fb084165d6009be
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/dbforpostgresql/v20200214privatepreview/get_server.py
[ "Apache-2.0" ]
Python
ha_state
str
def ha_state(self) -> str: """ A state of a HA server that is visible to user. """ return pulumi.get(self, "ha_state")
A state of a HA server that is visible to user.
A state of a HA server that is visible to user.
[ "A", "state", "of", "a", "HA", "server", "that", "is", "visible", "to", "user", "." ]
def ha_state(self) -> str: return pulumi.get(self, "ha_state")
[ "def", "ha_state", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ha_state\"", ")" ]
A state of a HA server that is visible to user.
[ "A", "state", "of", "a", "HA", "server", "that", "is", "visible", "to", "user", "." ]
[ "\"\"\"\n A state of a HA server that is visible to user.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
a981d33432754293bd5adb203fb084165d6009be
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/dbforpostgresql/v20200214privatepreview/get_server.py
[ "Apache-2.0" ]
Python
maintenance_window
Optional['outputs.MaintenanceWindowResponse']
def maintenance_window(self) -> Optional['outputs.MaintenanceWindowResponse']: """ Maintenance window of a server. """ return pulumi.get(self, "maintenance_window")
Maintenance window of a server.
Maintenance window of a server.
[ "Maintenance", "window", "of", "a", "server", "." ]
def maintenance_window(self) -> Optional['outputs.MaintenanceWindowResponse']: return pulumi.get(self, "maintenance_window")
[ "def", "maintenance_window", "(", "self", ")", "->", "Optional", "[", "'outputs.MaintenanceWindowResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"maintenance_window\"", ")" ]
Maintenance window of a server.
[ "Maintenance", "window", "of", "a", "server", "." ]
[ "\"\"\"\n Maintenance window of a server.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
a981d33432754293bd5adb203fb084165d6009be
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/dbforpostgresql/v20200214privatepreview/get_server.py
[ "Apache-2.0" ]
Python
point_in_time_utc
Optional[str]
def point_in_time_utc(self) -> Optional[str]: """ Restore point creation time (ISO8601 format), specifying the time to restore from. """ return pulumi.get(self, "point_in_time_utc")
Restore point creation time (ISO8601 format), specifying the time to restore from.
Restore point creation time (ISO8601 format), specifying the time to restore from.
[ "Restore", "point", "creation", "time", "(", "ISO8601", "format", ")", "specifying", "the", "time", "to", "restore", "from", "." ]
def point_in_time_utc(self) -> Optional[str]: return pulumi.get(self, "point_in_time_utc")
[ "def", "point_in_time_utc", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"point_in_time_utc\"", ")" ]
Restore point creation time (ISO8601 format), specifying the time to restore from.
[ "Restore", "point", "creation", "time", "(", "ISO8601", "format", ")", "specifying", "the", "time", "to", "restore", "from", "." ]
[ "\"\"\"\n Restore point creation time (ISO8601 format), specifying the time to restore from.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
a981d33432754293bd5adb203fb084165d6009be
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/dbforpostgresql/v20200214privatepreview/get_server.py
[ "Apache-2.0" ]
Python
source_server_name
Optional[str]
def source_server_name(self) -> Optional[str]: """ The source PostgreSQL server name to restore from. """ return pulumi.get(self, "source_server_name")
The source PostgreSQL server name to restore from.
The source PostgreSQL server name to restore from.
[ "The", "source", "PostgreSQL", "server", "name", "to", "restore", "from", "." ]
def source_server_name(self) -> Optional[str]: return pulumi.get(self, "source_server_name")
[ "def", "source_server_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source_server_name\"", ")" ]
The source PostgreSQL server name to restore from.
[ "The", "source", "PostgreSQL", "server", "name", "to", "restore", "from", "." ]
[ "\"\"\"\n The source PostgreSQL server name to restore from.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
a981d33432754293bd5adb203fb084165d6009be
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/dbforpostgresql/v20200214privatepreview/get_server.py
[ "Apache-2.0" ]
Python
standby_availability_zone
str
def standby_availability_zone(self) -> str: """ availability Zone information of the server. """ return pulumi.get(self, "standby_availability_zone")
availability Zone information of the server.
availability Zone information of the server.
[ "availability", "Zone", "information", "of", "the", "server", "." ]
def standby_availability_zone(self) -> str: return pulumi.get(self, "standby_availability_zone")
[ "def", "standby_availability_zone", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"standby_availability_zone\"", ")" ]
availability Zone information of the server.
[ "availability", "Zone", "information", "of", "the", "server", "." ]
[ "\"\"\"\n availability Zone information of the server.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
775290529d4b5f572268f101a1c346050bc6b129
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/maps/v20200201preview/private_atlase.py
[ "Apache-2.0" ]
Python
properties
pulumi.Output['outputs.PrivateAtlasPropertiesResponse']
def properties(self) -> pulumi.Output['outputs.PrivateAtlasPropertiesResponse']: """ The Private Atlas resource properties. """ return pulumi.get(self, "properties")
The Private Atlas resource properties.
The Private Atlas resource properties.
[ "The", "Private", "Atlas", "resource", "properties", "." ]
def properties(self) -> pulumi.Output['outputs.PrivateAtlasPropertiesResponse']: return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.PrivateAtlasPropertiesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
The Private Atlas resource properties.
[ "The", "Private", "Atlas", "resource", "properties", "." ]
[ "\"\"\"\n The Private Atlas resource properties.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7760b7e75957ac9b656ee054cfc04aa22ad61c10
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/latest/get_web_app_host_name_binding_slot.py
[ "Apache-2.0" ]
Python
domain_id
Optional[str]
def domain_id(self) -> Optional[str]: """ Fully qualified ARM domain resource URI. """ return pulumi.get(self, "domain_id")
Fully qualified ARM domain resource URI.
Fully qualified ARM domain resource URI.
[ "Fully", "qualified", "ARM", "domain", "resource", "URI", "." ]
def domain_id(self) -> Optional[str]: return pulumi.get(self, "domain_id")
[ "def", "domain_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"domain_id\"", ")" ]
Fully qualified ARM domain resource URI.
[ "Fully", "qualified", "ARM", "domain", "resource", "URI", "." ]
[ "\"\"\"\n Fully qualified ARM domain resource URI.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7760b7e75957ac9b656ee054cfc04aa22ad61c10
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/latest/get_web_app_host_name_binding_slot.py
[ "Apache-2.0" ]
Python
virtual_ip
str
def virtual_ip(self) -> str: """ Virtual IP address assigned to the hostname if IP based SSL is enabled. """ return pulumi.get(self, "virtual_ip")
Virtual IP address assigned to the hostname if IP based SSL is enabled.
Virtual IP address assigned to the hostname if IP based SSL is enabled.
[ "Virtual", "IP", "address", "assigned", "to", "the", "hostname", "if", "IP", "based", "SSL", "is", "enabled", "." ]
def virtual_ip(self) -> str: return pulumi.get(self, "virtual_ip")
[ "def", "virtual_ip", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"virtual_ip\"", ")" ]
Virtual IP address assigned to the hostname if IP based SSL is enabled.
[ "Virtual", "IP", "address", "assigned", "to", "the", "hostname", "if", "IP", "based", "SSL", "is", "enabled", "." ]
[ "\"\"\"\n Virtual IP address assigned to the hostname if IP based SSL is enabled.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
auto_pause_delay
pulumi.Output[Optional[int]]
def auto_pause_delay(self) -> pulumi.Output[Optional[int]]: """ Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled """ return pulumi.get(self, "auto_pause_delay")
Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled
Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled
[ "Time", "in", "minutes", "after", "which", "database", "is", "automatically", "paused", ".", "A", "value", "of", "-", "1", "means", "that", "automatic", "pause", "is", "disabled" ]
def auto_pause_delay(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "auto_pause_delay")
[ "def", "auto_pause_delay", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"auto_pause_delay\"", ")" ]
Time in minutes after which database is automatically paused.
[ "Time", "in", "minutes", "after", "which", "database", "is", "automatically", "paused", "." ]
[ "\"\"\"\n Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
create_mode
pulumi.Output[Optional[str]]
def create_mode(self) -> pulumi.Output[Optional[str]]: """ Specifies the mode of database creation. Default: regular database creation. Copy: creates a database as a copy of an existing database. sourceDatabaseId must be specified as the resource ID of the source da...
Specifies the mode of database creation. Default: regular database creation. Copy: creates a database as a copy of an existing database. sourceDatabaseId must be specified as the resource ID of the source database. Secondary: creates a database as a seco...
Specifies the mode of database creation. Default: regular database creation. creates a database as a copy of an existing database. sourceDatabaseId must be specified as the resource ID of the source database. creates a database as a secondary replica of an existing database. sourceDatabaseId must be specified as the ...
[ "Specifies", "the", "mode", "of", "database", "creation", ".", "Default", ":", "regular", "database", "creation", ".", "creates", "a", "database", "as", "a", "copy", "of", "an", "existing", "database", ".", "sourceDatabaseId", "must", "be", "specified", "as", ...
def create_mode(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "create_mode")
[ "def", "create_mode", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"create_mode\"", ")" ]
Specifies the mode of database creation.
[ "Specifies", "the", "mode", "of", "database", "creation", "." ]
[ "\"\"\"\n Specifies the mode of database creation.\r\n \r\n Default: regular database creation.\r\n \r\n Copy: creates a database as a copy of an existing database. sourceDatabaseId must be specified as the resource ID of the source database.\r\n \r\n Secondary: crea...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
current_service_objective_name
pulumi.Output[str]
def current_service_objective_name(self) -> pulumi.Output[str]: """ The current service level objective name of the database. """ return pulumi.get(self, "current_service_objective_name")
The current service level objective name of the database.
The current service level objective name of the database.
[ "The", "current", "service", "level", "objective", "name", "of", "the", "database", "." ]
def current_service_objective_name(self) -> pulumi.Output[str]: return pulumi.get(self, "current_service_objective_name")
[ "def", "current_service_objective_name", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"current_service_objective_name\"", ")" ]
The current service level objective name of the database.
[ "The", "current", "service", "level", "objective", "name", "of", "the", "database", "." ]
[ "\"\"\"\n The current service level objective name of the database.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
current_sku
pulumi.Output['outputs.SkuResponse']
def current_sku(self) -> pulumi.Output['outputs.SkuResponse']: """ The name and tier of the SKU. """ return pulumi.get(self, "current_sku")
The name and tier of the SKU.
The name and tier of the SKU.
[ "The", "name", "and", "tier", "of", "the", "SKU", "." ]
def current_sku(self) -> pulumi.Output['outputs.SkuResponse']: return pulumi.get(self, "current_sku")
[ "def", "current_sku", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.SkuResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"current_sku\"", ")" ]
The name and tier of the SKU.
[ "The", "name", "and", "tier", "of", "the", "SKU", "." ]
[ "\"\"\"\n The name and tier of the SKU.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
database_id
pulumi.Output[str]
def database_id(self) -> pulumi.Output[str]: """ The ID of the database. """ return pulumi.get(self, "database_id")
The ID of the database.
The ID of the database.
[ "The", "ID", "of", "the", "database", "." ]
def database_id(self) -> pulumi.Output[str]: return pulumi.get(self, "database_id")
[ "def", "database_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"database_id\"", ")" ]
The ID of the database.
[ "The", "ID", "of", "the", "database", "." ]
[ "\"\"\"\n The ID of the database.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }