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
f6acf9011938f74570c978b734132f035afb0e4c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/get_profile.py
[ "Apache-2.0" ]
Python
schema_item_type_link
Optional[str]
def schema_item_type_link(self) -> Optional[str]: """ The schema org link. This helps ACI identify and suggest semantic models. """ return pulumi.get(self, "schema_item_type_link")
The schema org link. This helps ACI identify and suggest semantic models.
The schema org link. This helps ACI identify and suggest semantic models.
[ "The", "schema", "org", "link", ".", "This", "helps", "ACI", "identify", "and", "suggest", "semantic", "models", "." ]
def schema_item_type_link(self) -> Optional[str]: return pulumi.get(self, "schema_item_type_link")
[ "def", "schema_item_type_link", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"schema_item_type_link\"", ")" ]
The schema org link.
[ "The", "schema", "org", "link", "." ]
[ "\"\"\"\n The schema org link. This helps ACI identify and suggest semantic models.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f6acf9011938f74570c978b734132f035afb0e4c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/get_profile.py
[ "Apache-2.0" ]
Python
small_image
Optional[str]
def small_image(self) -> Optional[str]: """ Small Image associated with the Property or EntityType. """ return pulumi.get(self, "small_image")
Small Image associated with the Property or EntityType.
Small Image associated with the Property or EntityType.
[ "Small", "Image", "associated", "with", "the", "Property", "or", "EntityType", "." ]
def small_image(self) -> Optional[str]: return pulumi.get(self, "small_image")
[ "def", "small_image", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"small_image\"", ")" ]
Small Image associated with the Property or EntityType.
[ "Small", "Image", "associated", "with", "the", "Property", "or", "EntityType", "." ]
[ "\"\"\"\n Small Image associated with the Property or EntityType.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f6acf9011938f74570c978b734132f035afb0e4c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/get_profile.py
[ "Apache-2.0" ]
Python
timestamp_field_name
Optional[str]
def timestamp_field_name(self) -> Optional[str]: """ The timestamp property name. Represents the time when the interaction or profile update happened. """ return pulumi.get(self, "timestamp_field_name")
The timestamp property name. Represents the time when the interaction or profile update happened.
The timestamp property name. Represents the time when the interaction or profile update happened.
[ "The", "timestamp", "property", "name", ".", "Represents", "the", "time", "when", "the", "interaction", "or", "profile", "update", "happened", "." ]
def timestamp_field_name(self) -> Optional[str]: return pulumi.get(self, "timestamp_field_name")
[ "def", "timestamp_field_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"timestamp_field_name\"", ")" ]
The timestamp property name.
[ "The", "timestamp", "property", "name", "." ]
[ "\"\"\"\n The timestamp property name. Represents the time when the interaction or profile update happened.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f6d8a4eaea145b5ffc210a11a78b1bd44a28dcff
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/eventgrid/list_domain_shared_access_keys.py
[ "Apache-2.0" ]
Python
list_domain_shared_access_keys
AwaitableListDomainSharedAccessKeysResult
def list_domain_shared_access_keys(domain_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDomainSharedAccessKeysResult: """ Shared access keys of the Domain. ...
Shared access keys of the Domain. API Version: 2020-06-01. :param str domain_name: Name of the domain. :param str resource_group_name: The name of the resource group within the user's subscription.
Shared access keys of the Domain.
[ "Shared", "access", "keys", "of", "the", "Domain", "." ]
def list_domain_shared_access_keys(domain_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDomainSharedAccessKeysResult: __args__ = dict() __args__['domainName...
[ "def", "list_domain_shared_access_keys", "(", "domain_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", "="...
Shared access keys of the Domain.
[ "Shared", "access", "keys", "of", "the", "Domain", "." ]
[ "\"\"\"\n Shared access keys of the Domain.\n API Version: 2020-06-01.\n\n\n :param str domain_name: Name of the domain.\n :param str resource_group_name: The name of the resource group within the user's subscription.\n \"\"\"" ]
[ { "param": "domain_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "domain_name", "type": "Optional[str]", "docstring": "Name of the domain.", "docstring_tokens": [ "Name", "of", "the", "domain", "." ], "default": null, "is_optional": f...
d30cdf9512aabebc3e82cf0364c229e16920742a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20140401/get_elastic_pool.py
[ "Apache-2.0" ]
Python
database_dtu_max
Optional[int]
def database_dtu_max(self) -> Optional[int]: """ The maximum DTU any one database can consume. """ return pulumi.get(self, "database_dtu_max")
The maximum DTU any one database can consume.
The maximum DTU any one database can consume.
[ "The", "maximum", "DTU", "any", "one", "database", "can", "consume", "." ]
def database_dtu_max(self) -> Optional[int]: return pulumi.get(self, "database_dtu_max")
[ "def", "database_dtu_max", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"database_dtu_max\"", ")" ]
The maximum DTU any one database can consume.
[ "The", "maximum", "DTU", "any", "one", "database", "can", "consume", "." ]
[ "\"\"\"\n The maximum DTU any one database can consume.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d30cdf9512aabebc3e82cf0364c229e16920742a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20140401/get_elastic_pool.py
[ "Apache-2.0" ]
Python
database_dtu_min
Optional[int]
def database_dtu_min(self) -> Optional[int]: """ The minimum DTU all databases are guaranteed. """ return pulumi.get(self, "database_dtu_min")
The minimum DTU all databases are guaranteed.
The minimum DTU all databases are guaranteed.
[ "The", "minimum", "DTU", "all", "databases", "are", "guaranteed", "." ]
def database_dtu_min(self) -> Optional[int]: return pulumi.get(self, "database_dtu_min")
[ "def", "database_dtu_min", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"database_dtu_min\"", ")" ]
The minimum DTU all databases are guaranteed.
[ "The", "minimum", "DTU", "all", "databases", "are", "guaranteed", "." ]
[ "\"\"\"\n The minimum DTU all databases are guaranteed.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d30cdf9512aabebc3e82cf0364c229e16920742a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20140401/get_elastic_pool.py
[ "Apache-2.0" ]
Python
dtu
Optional[int]
def dtu(self) -> Optional[int]: """ The total shared DTU for the database elastic pool. """ return pulumi.get(self, "dtu")
The total shared DTU for the database elastic pool.
The total shared DTU for the database elastic pool.
[ "The", "total", "shared", "DTU", "for", "the", "database", "elastic", "pool", "." ]
def dtu(self) -> Optional[int]: return pulumi.get(self, "dtu")
[ "def", "dtu", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dtu\"", ")" ]
The total shared DTU for the database elastic pool.
[ "The", "total", "shared", "DTU", "for", "the", "database", "elastic", "pool", "." ]
[ "\"\"\"\n The total shared DTU for the database elastic pool.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0f2f836aafeb105ca7f9f1b57038fbc8d55e57c1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/dedicated_host_group.py
[ "Apache-2.0" ]
Python
instance_view
pulumi.Output['outputs.DedicatedHostGroupInstanceViewResponse']
def instance_view(self) -> pulumi.Output['outputs.DedicatedHostGroupInstanceViewResponse']: """ The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group. """ return pulumi.get(self, "instance_view")
The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group.
The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group.
[ "The", "dedicated", "host", "group", "instance", "view", "which", "has", "the", "list", "of", "instance", "view", "of", "the", "dedicated", "hosts", "under", "the", "dedicated", "host", "group", "." ]
def instance_view(self) -> pulumi.Output['outputs.DedicatedHostGroupInstanceViewResponse']: return pulumi.get(self, "instance_view")
[ "def", "instance_view", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.DedicatedHostGroupInstanceViewResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"instance_view\"", ")" ]
The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group.
[ "The", "dedicated", "host", "group", "instance", "view", "which", "has", "the", "list", "of", "instance", "view", "of", "the", "dedicated", "hosts", "under", "the", "dedicated", "host", "group", "." ]
[ "\"\"\"\n The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host 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": [] }
0f2f836aafeb105ca7f9f1b57038fbc8d55e57c1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/dedicated_host_group.py
[ "Apache-2.0" ]
Python
support_automatic_placement
pulumi.Output[Optional[bool]]
def support_automatic_placement(self) -> pulumi.Output[Optional[bool]]: """ Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the ...
Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided. <br><br>...
Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided.
[ "Specifies", "whether", "virtual", "machines", "or", "virtual", "machine", "scale", "sets", "can", "be", "placed", "automatically", "on", "the", "dedicated", "host", "group", ".", "Automatic", "placement", "means", "resources", "are", "allocated", "on", "dedicated...
def support_automatic_placement(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "support_automatic_placement")
[ "def", "support_automatic_placement", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"support_automatic_placement\"", ")" ]
Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group.
[ "Specifies", "whether", "virtual", "machines", "or", "virtual", "machine", "scale", "sets", "can", "be", "placed", "automatically", "on", "the", "dedicated", "host", "group", "." ]
[ "\"\"\"\n Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provid...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
312663ee1829cce56ef44348240bff522b3e6383
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storage/v20190401/blob_service_properties.py
[ "Apache-2.0" ]
Python
automatic_snapshot_policy_enabled
pulumi.Output[Optional[bool]]
def automatic_snapshot_policy_enabled(self) -> pulumi.Output[Optional[bool]]: """ Automatic Snapshot is enabled if set to true. """ return pulumi.get(self, "automatic_snapshot_policy_enabled")
Automatic Snapshot is enabled if set to true.
Automatic Snapshot is enabled if set to true.
[ "Automatic", "Snapshot", "is", "enabled", "if", "set", "to", "true", "." ]
def automatic_snapshot_policy_enabled(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "automatic_snapshot_policy_enabled")
[ "def", "automatic_snapshot_policy_enabled", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"automatic_snapshot_policy_enabled\"", ")" ]
Automatic Snapshot is enabled if set to true.
[ "Automatic", "Snapshot", "is", "enabled", "if", "set", "to", "true", "." ]
[ "\"\"\"\n Automatic Snapshot is enabled if set to true.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
24d7fbc30a21fa390b62a6b1533bee35463e5c56
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/workbook_template.py
[ "Apache-2.0" ]
Python
galleries
pulumi.Output[Sequence['outputs.WorkbookTemplateGalleryResponse']]
def galleries(self) -> pulumi.Output[Sequence['outputs.WorkbookTemplateGalleryResponse']]: """ Workbook galleries supported by the template. """ return pulumi.get(self, "galleries")
Workbook galleries supported by the template.
Workbook galleries supported by the template.
[ "Workbook", "galleries", "supported", "by", "the", "template", "." ]
def galleries(self) -> pulumi.Output[Sequence['outputs.WorkbookTemplateGalleryResponse']]: return pulumi.get(self, "galleries")
[ "def", "galleries", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.WorkbookTemplateGalleryResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"galleries\"", ")" ]
Workbook galleries supported by the template.
[ "Workbook", "galleries", "supported", "by", "the", "template", "." ]
[ "\"\"\"\n Workbook galleries supported by the 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": [] }
24d7fbc30a21fa390b62a6b1533bee35463e5c56
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/workbook_template.py
[ "Apache-2.0" ]
Python
localized
pulumi.Output[Optional[Mapping[str, Sequence['outputs.WorkbookTemplateLocalizedGalleryResponse']]]]
def localized(self) -> pulumi.Output[Optional[Mapping[str, Sequence['outputs.WorkbookTemplateLocalizedGalleryResponse']]]]: """ Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal. """ return pulumi.get(self, "localized")
Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal.
Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal.
[ "Key", "value", "pair", "of", "localized", "gallery", ".", "Each", "key", "is", "the", "locale", "code", "of", "languages", "supported", "by", "the", "Azure", "portal", "." ]
def localized(self) -> pulumi.Output[Optional[Mapping[str, Sequence['outputs.WorkbookTemplateLocalizedGalleryResponse']]]]: return pulumi.get(self, "localized")
[ "def", "localized", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Mapping", "[", "str", ",", "Sequence", "[", "'outputs.WorkbookTemplateLocalizedGalleryResponse'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self"...
Key value pair of localized gallery.
[ "Key", "value", "pair", "of", "localized", "gallery", "." ]
[ "\"\"\"\n Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
24d7fbc30a21fa390b62a6b1533bee35463e5c56
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/workbook_template.py
[ "Apache-2.0" ]
Python
template_data
pulumi.Output[Any]
def template_data(self) -> pulumi.Output[Any]: """ Valid JSON object containing workbook template payload. """ return pulumi.get(self, "template_data")
Valid JSON object containing workbook template payload.
Valid JSON object containing workbook template payload.
[ "Valid", "JSON", "object", "containing", "workbook", "template", "payload", "." ]
def template_data(self) -> pulumi.Output[Any]: return pulumi.get(self, "template_data")
[ "def", "template_data", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Any", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"template_data\"", ")" ]
Valid JSON object containing workbook template payload.
[ "Valid", "JSON", "object", "containing", "workbook", "template", "payload", "." ]
[ "\"\"\"\n Valid JSON object containing workbook template payload.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
24f49cb883dbb4ab2c4e64c5faaf644fe736ec78
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cognitiveservices/latest/list_account_keys.py
[ "Apache-2.0" ]
Python
list_account_keys
AwaitableListAccountKeysResult
def list_account_keys(account_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListAccountKeysResult: """ The access keys for the cognitive services account. Latest API Version: 2017-04...
The access keys for the cognitive services account. Latest API Version: 2017-04-18. :param str account_name: The name of Cognitive Services account. :param str resource_group_name: The name of the resource group. The name is case insensitive.
The access keys for the cognitive services account.
[ "The", "access", "keys", "for", "the", "cognitive", "services", "account", "." ]
def list_account_keys(account_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListAccountKeysResult: pulumi.log.warn("list_account_keys is deprecated: The 'latest' version is deprecated. Pleas...
[ "def", "list_account_keys", "(", "account_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", "=", "None", ...
The access keys for the cognitive services account.
[ "The", "access", "keys", "for", "the", "cognitive", "services", "account", "." ]
[ "\"\"\"\n The access keys for the cognitive services account.\n Latest API Version: 2017-04-18.\n\n\n :param str account_name: The name of Cognitive Services account.\n :param str resource_group_name: The name of the resource group. The name is case insensitive.\n \"\"\"" ]
[ { "param": "account_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "account_name", "type": "Optional[str]", "docstring": "The name of Cognitive Services account.", "docstring_tokens": [ "The", "name", "of", "Cognitive", "Services", "account", ...
7e3dbc07f6c1563926113da783e65ca591e47c25
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/latest/get_component_current_billing_feature.py
[ "Apache-2.0" ]
Python
current_billing_features
Optional[Sequence[str]]
def current_billing_features(self) -> Optional[Sequence[str]]: """ Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'. """ return pulumi.get(self, "current_billing_features")
Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.
Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.
[ "Current", "enabled", "pricing", "plan", ".", "When", "the", "component", "is", "in", "the", "Enterprise", "plan", "this", "will", "list", "both", "'", "Basic", "'", "and", "'", "Application", "Insights", "Enterprise", "'", "." ]
def current_billing_features(self) -> Optional[Sequence[str]]: return pulumi.get(self, "current_billing_features")
[ "def", "current_billing_features", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"current_billing_features\"", ")" ]
Current enabled pricing plan.
[ "Current", "enabled", "pricing", "plan", "." ]
[ "\"\"\"\n Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7e3dbc07f6c1563926113da783e65ca591e47c25
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/latest/get_component_current_billing_feature.py
[ "Apache-2.0" ]
Python
data_volume_cap
Optional['outputs.ApplicationInsightsComponentDataVolumeCapResponse']
def data_volume_cap(self) -> Optional['outputs.ApplicationInsightsComponentDataVolumeCapResponse']: """ An Application Insights component daily data volume cap """ return pulumi.get(self, "data_volume_cap")
An Application Insights component daily data volume cap
An Application Insights component daily data volume cap
[ "An", "Application", "Insights", "component", "daily", "data", "volume", "cap" ]
def data_volume_cap(self) -> Optional['outputs.ApplicationInsightsComponentDataVolumeCapResponse']: return pulumi.get(self, "data_volume_cap")
[ "def", "data_volume_cap", "(", "self", ")", "->", "Optional", "[", "'outputs.ApplicationInsightsComponentDataVolumeCapResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"data_volume_cap\"", ")" ]
An Application Insights component daily data volume cap
[ "An", "Application", "Insights", "component", "daily", "data", "volume", "cap" ]
[ "\"\"\"\n An Application Insights component daily data volume cap\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
aa5b2ed7b96a5716f2d2e99daa65fdc017a8ce54
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/get_private_zone.py
[ "Apache-2.0" ]
Python
max_number_of_virtual_network_links
float
def max_number_of_virtual_network_links(self) -> float: """ The maximum number of virtual networks that can be linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored. """ return pulumi.get(self, "max_number_of_virtual_network_links...
The maximum number of virtual networks that can be linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
The maximum number of virtual networks that can be linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
[ "The", "maximum", "number", "of", "virtual", "networks", "that", "can", "be", "linked", "to", "this", "Private", "DNS", "zone", ".", "This", "is", "a", "read", "-", "only", "property", "and", "any", "attempt", "to", "set", "this", "value", "will", "be", ...
def max_number_of_virtual_network_links(self) -> float: return pulumi.get(self, "max_number_of_virtual_network_links")
[ "def", "max_number_of_virtual_network_links", "(", "self", ")", "->", "float", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"max_number_of_virtual_network_links\"", ")" ]
The maximum number of virtual networks that can be linked to this Private DNS zone.
[ "The", "maximum", "number", "of", "virtual", "networks", "that", "can", "be", "linked", "to", "this", "Private", "DNS", "zone", "." ]
[ "\"\"\"\n The maximum number of virtual networks that can be linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
aa5b2ed7b96a5716f2d2e99daa65fdc017a8ce54
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/get_private_zone.py
[ "Apache-2.0" ]
Python
max_number_of_virtual_network_links_with_registration
float
def max_number_of_virtual_network_links_with_registration(self) -> float: """ The maximum number of virtual networks that can be linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored. """ return pulumi.ge...
The maximum number of virtual networks that can be linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.
The maximum number of virtual networks that can be linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.
[ "The", "maximum", "number", "of", "virtual", "networks", "that", "can", "be", "linked", "to", "this", "Private", "DNS", "zone", "with", "registration", "enabled", ".", "This", "is", "a", "read", "-", "only", "property", "and", "any", "attempt", "to", "set"...
def max_number_of_virtual_network_links_with_registration(self) -> float: return pulumi.get(self, "max_number_of_virtual_network_links_with_registration")
[ "def", "max_number_of_virtual_network_links_with_registration", "(", "self", ")", "->", "float", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"max_number_of_virtual_network_links_with_registration\"", ")" ]
The maximum number of virtual networks that can be linked to this Private DNS zone with registration enabled.
[ "The", "maximum", "number", "of", "virtual", "networks", "that", "can", "be", "linked", "to", "this", "Private", "DNS", "zone", "with", "registration", "enabled", "." ]
[ "\"\"\"\n The maximum number of virtual networks that can be linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
aa5b2ed7b96a5716f2d2e99daa65fdc017a8ce54
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/get_private_zone.py
[ "Apache-2.0" ]
Python
number_of_virtual_network_links
float
def number_of_virtual_network_links(self) -> float: """ The current number of virtual networks that are linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored. """ return pulumi.get(self, "number_of_virtual_network_links")
The current number of virtual networks that are linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
The current number of virtual networks that are linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
[ "The", "current", "number", "of", "virtual", "networks", "that", "are", "linked", "to", "this", "Private", "DNS", "zone", ".", "This", "is", "a", "read", "-", "only", "property", "and", "any", "attempt", "to", "set", "this", "value", "will", "be", "ignor...
def number_of_virtual_network_links(self) -> float: return pulumi.get(self, "number_of_virtual_network_links")
[ "def", "number_of_virtual_network_links", "(", "self", ")", "->", "float", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"number_of_virtual_network_links\"", ")" ]
The current number of virtual networks that are linked to this Private DNS zone.
[ "The", "current", "number", "of", "virtual", "networks", "that", "are", "linked", "to", "this", "Private", "DNS", "zone", "." ]
[ "\"\"\"\n The current number of virtual networks that are linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
aa5b2ed7b96a5716f2d2e99daa65fdc017a8ce54
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/get_private_zone.py
[ "Apache-2.0" ]
Python
number_of_virtual_network_links_with_registration
float
def number_of_virtual_network_links_with_registration(self) -> float: """ The current number of virtual networks that are linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored. """ return pulumi.get(self,...
The current number of virtual networks that are linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.
The current number of virtual networks that are linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.
[ "The", "current", "number", "of", "virtual", "networks", "that", "are", "linked", "to", "this", "Private", "DNS", "zone", "with", "registration", "enabled", ".", "This", "is", "a", "read", "-", "only", "property", "and", "any", "attempt", "to", "set", "thi...
def number_of_virtual_network_links_with_registration(self) -> float: return pulumi.get(self, "number_of_virtual_network_links_with_registration")
[ "def", "number_of_virtual_network_links_with_registration", "(", "self", ")", "->", "float", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"number_of_virtual_network_links_with_registration\"", ")" ]
The current number of virtual networks that are linked to this Private DNS zone with registration enabled.
[ "The", "current", "number", "of", "virtual", "networks", "that", "are", "linked", "to", "this", "Private", "DNS", "zone", "with", "registration", "enabled", "." ]
[ "\"\"\"\n The current number of virtual networks that are linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d7604fb2e92bda757a7dd21a8af91e2d6633d5c1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/apimanagement/v20200601preview/get_api_issue.py
[ "Apache-2.0" ]
Python
api_id
Optional[str]
def api_id(self) -> Optional[str]: """ A resource identifier for the API the issue was created for. """ return pulumi.get(self, "api_id")
A resource identifier for the API the issue was created for.
A resource identifier for the API the issue was created for.
[ "A", "resource", "identifier", "for", "the", "API", "the", "issue", "was", "created", "for", "." ]
def api_id(self) -> Optional[str]: return pulumi.get(self, "api_id")
[ "def", "api_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"api_id\"", ")" ]
A resource identifier for the API the issue was created for.
[ "A", "resource", "identifier", "for", "the", "API", "the", "issue", "was", "created", "for", "." ]
[ "\"\"\"\n A resource identifier for the API the issue was created for.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7518990735da6c3a3bac8c26226862f9152c1e38
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/latest/volume.py
[ "Apache-2.0" ]
Python
access_control_record_ids
pulumi.Output[Sequence[str]]
def access_control_record_ids(self) -> pulumi.Output[Sequence[str]]: """ The IDs of the access control records, associated with the volume. """ return pulumi.get(self, "access_control_record_ids")
The IDs of the access control records, associated with the volume.
The IDs of the access control records, associated with the volume.
[ "The", "IDs", "of", "the", "access", "control", "records", "associated", "with", "the", "volume", "." ]
def access_control_record_ids(self) -> pulumi.Output[Sequence[str]]: return pulumi.get(self, "access_control_record_ids")
[ "def", "access_control_record_ids", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"access_control_record_ids\"", ")" ]
The IDs of the access control records, associated with the volume.
[ "The", "IDs", "of", "the", "access", "control", "records", "associated", "with", "the", "volume", "." ]
[ "\"\"\"\n The IDs of the access control records, associated with the volume.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7518990735da6c3a3bac8c26226862f9152c1e38
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/latest/volume.py
[ "Apache-2.0" ]
Python
backup_policy_ids
pulumi.Output[Sequence[str]]
def backup_policy_ids(self) -> pulumi.Output[Sequence[str]]: """ The IDs of the backup policies, in which this volume is part of. """ return pulumi.get(self, "backup_policy_ids")
The IDs of the backup policies, in which this volume is part of.
The IDs of the backup policies, in which this volume is part of.
[ "The", "IDs", "of", "the", "backup", "policies", "in", "which", "this", "volume", "is", "part", "of", "." ]
def backup_policy_ids(self) -> pulumi.Output[Sequence[str]]: return pulumi.get(self, "backup_policy_ids")
[ "def", "backup_policy_ids", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"backup_policy_ids\"", ")" ]
The IDs of the backup policies, in which this volume is part of.
[ "The", "IDs", "of", "the", "backup", "policies", "in", "which", "this", "volume", "is", "part", "of", "." ]
[ "\"\"\"\n The IDs of the backup policies, in which this volume is part of.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7518990735da6c3a3bac8c26226862f9152c1e38
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/latest/volume.py
[ "Apache-2.0" ]
Python
backup_status
pulumi.Output[str]
def backup_status(self) -> pulumi.Output[str]: """ The backup status of the volume. """ return pulumi.get(self, "backup_status")
The backup status of the volume.
The backup status of the volume.
[ "The", "backup", "status", "of", "the", "volume", "." ]
def backup_status(self) -> pulumi.Output[str]: return pulumi.get(self, "backup_status")
[ "def", "backup_status", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"backup_status\"", ")" ]
The backup status of the volume.
[ "The", "backup", "status", "of", "the", "volume", "." ]
[ "\"\"\"\n The backup status of the volume.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7518990735da6c3a3bac8c26226862f9152c1e38
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/latest/volume.py
[ "Apache-2.0" ]
Python
operation_status
pulumi.Output[str]
def operation_status(self) -> pulumi.Output[str]: """ The operation status on the volume. """ return pulumi.get(self, "operation_status")
The operation status on the volume.
The operation status on the volume.
[ "The", "operation", "status", "on", "the", "volume", "." ]
def operation_status(self) -> pulumi.Output[str]: return pulumi.get(self, "operation_status")
[ "def", "operation_status", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"operation_status\"", ")" ]
The operation status on the volume.
[ "The", "operation", "status", "on", "the", "volume", "." ]
[ "\"\"\"\n The operation status on the volume.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7518990735da6c3a3bac8c26226862f9152c1e38
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/latest/volume.py
[ "Apache-2.0" ]
Python
volume_container_id
pulumi.Output[str]
def volume_container_id(self) -> pulumi.Output[str]: """ The ID of the volume container, in which this volume is created. """ return pulumi.get(self, "volume_container_id")
The ID of the volume container, in which this volume is created.
The ID of the volume container, in which this volume is created.
[ "The", "ID", "of", "the", "volume", "container", "in", "which", "this", "volume", "is", "created", "." ]
def volume_container_id(self) -> pulumi.Output[str]: return pulumi.get(self, "volume_container_id")
[ "def", "volume_container_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"volume_container_id\"", ")" ]
The ID of the volume container, in which this volume is created.
[ "The", "ID", "of", "the", "volume", "container", "in", "which", "this", "volume", "is", "created", "." ]
[ "\"\"\"\n The ID of the volume container, in which this volume is created.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
3aad2f9a7f05fb54f8fc7dc673a6e978d31d6fd2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/apimanagement/v20191201/list_identity_provider_secrets.py
[ "Apache-2.0" ]
Python
list_identity_provider_secrets
AwaitableListIdentityProviderSecretsResult
def list_identity_provider_secrets(identity_provider_name: Optional[str] = None, resource_group_name: Optional[str] = None, service_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> Awaitab...
Client or app secret used in IdentityProviders, Aad, OpenID or OAuth. :param str identity_provider_name: Identity Provider Type identifier. :param str resource_group_name: The name of the resource group. :param str service_name: The name of the API Management service.
Client or app secret used in IdentityProviders, Aad, OpenID or OAuth.
[ "Client", "or", "app", "secret", "used", "in", "IdentityProviders", "Aad", "OpenID", "or", "OAuth", "." ]
def list_identity_provider_secrets(identity_provider_name: Optional[str] = None, resource_group_name: Optional[str] = None, service_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> Awaitab...
[ "def", "list_identity_provider_secrets", "(", "identity_provider_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "service_name", ":", "Optional", "[", "str", "]", "=", "None"...
Client or app secret used in IdentityProviders, Aad, OpenID or OAuth.
[ "Client", "or", "app", "secret", "used", "in", "IdentityProviders", "Aad", "OpenID", "or", "OAuth", "." ]
[ "\"\"\"\n Client or app secret used in IdentityProviders, Aad, OpenID or OAuth.\n\n\n :param str identity_provider_name: Identity Provider Type identifier.\n :param str resource_group_name: The name of the resource group.\n :param str service_name: The name of the API Management service.\n \"\"\"" ]
[ { "param": "identity_provider_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "service_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "identity_provider_name", "type": "Optional[str]", "docstring": "Identity Provider Type identifier.", "docstring_tokens": [ "Identity", "Provider", "Type", "identifier", "." ], ...
3aaddb44fcc34d099ca38cf6c9daa1022e9f008b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/v20170901preview/job.py
[ "Apache-2.0" ]
Python
environment_variables
pulumi.Output[Optional[Sequence['outputs.EnvironmentSettingResponse']]]
def environment_variables(self) -> pulumi.Output[Optional[Sequence['outputs.EnvironmentSettingResponse']]]: """ Batch AI services sets the following environment variables for all jobs: AZ_BATCHAI_INPUT_id, AZ_BATCHAI_OUTPUT_id, AZ_BATCHAI_NUM_GPUS_PER_NODE, For distributed TensorFlow jobs, following add...
Batch AI services sets the following environment variables for all jobs: AZ_BATCHAI_INPUT_id, AZ_BATCHAI_OUTPUT_id, AZ_BATCHAI_NUM_GPUS_PER_NODE, For distributed TensorFlow jobs, following additional environment variables are set by the Batch AI Service: AZ_BATCHAI_PS_HOSTS, AZ_BATCHAI_WORKER_HOSTS.
Batch AI services sets the following environment variables for all jobs: AZ_BATCHAI_INPUT_id, AZ_BATCHAI_OUTPUT_id, AZ_BATCHAI_NUM_GPUS_PER_NODE, For distributed TensorFlow jobs, following additional environment variables are set by the Batch AI Service: AZ_BATCHAI_PS_HOSTS, AZ_BATCHAI_WORKER_HOSTS.
[ "Batch", "AI", "services", "sets", "the", "following", "environment", "variables", "for", "all", "jobs", ":", "AZ_BATCHAI_INPUT_id", "AZ_BATCHAI_OUTPUT_id", "AZ_BATCHAI_NUM_GPUS_PER_NODE", "For", "distributed", "TensorFlow", "jobs", "following", "additional", "environment",...
def environment_variables(self) -> pulumi.Output[Optional[Sequence['outputs.EnvironmentSettingResponse']]]: return pulumi.get(self, "environment_variables")
[ "def", "environment_variables", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.EnvironmentSettingResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"environment_variables\"", ")"...
Batch AI services sets the following environment variables for all jobs: AZ_BATCHAI_INPUT_id, AZ_BATCHAI_OUTPUT_id, AZ_BATCHAI_NUM_GPUS_PER_NODE, For distributed TensorFlow jobs, following additional environment variables are set by the Batch AI Service: AZ_BATCHAI_PS_HOSTS, AZ_BATCHAI_WORKER_HOSTS.
[ "Batch", "AI", "services", "sets", "the", "following", "environment", "variables", "for", "all", "jobs", ":", "AZ_BATCHAI_INPUT_id", "AZ_BATCHAI_OUTPUT_id", "AZ_BATCHAI_NUM_GPUS_PER_NODE", "For", "distributed", "TensorFlow", "jobs", "following", "additional", "environment",...
[ "\"\"\"\n Batch AI services sets the following environment variables for all jobs: AZ_BATCHAI_INPUT_id, AZ_BATCHAI_OUTPUT_id, AZ_BATCHAI_NUM_GPUS_PER_NODE, For distributed TensorFlow jobs, following additional environment variables are set by the Batch AI Service: AZ_BATCHAI_PS_HOSTS, AZ_BATCHAI_WORKER_HOSTS...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
626532b268fa77dd594195caa6c1e5d10dd3ab8a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/machinelearning/latest/list_workspace_keys.py
[ "Apache-2.0" ]
Python
list_workspace_keys
AwaitableListWorkspaceKeysResult
def list_workspace_keys(resource_group_name: Optional[str] = None, workspace_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWorkspaceKeysResult: """ Workspace authorization keys for a workspace. Latest API Version: 201...
Workspace authorization keys for a workspace. Latest API Version: 2016-04-01. :param str resource_group_name: The name of the resource group to which the machine learning workspace belongs. :param str workspace_name: The name of the machine learning workspace.
Workspace authorization keys for a workspace.
[ "Workspace", "authorization", "keys", "for", "a", "workspace", "." ]
def list_workspace_keys(resource_group_name: Optional[str] = None, workspace_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWorkspaceKeysResult: pulumi.log.warn("list_workspace_keys is deprecated: The 'latest' version is depre...
[ "def", "list_workspace_keys", "(", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "workspace_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", "=", "Non...
Workspace authorization keys for a workspace.
[ "Workspace", "authorization", "keys", "for", "a", "workspace", "." ]
[ "\"\"\"\n Workspace authorization keys for a workspace.\n Latest API Version: 2016-04-01.\n\n\n :param str resource_group_name: The name of the resource group to which the machine learning workspace belongs.\n :param str workspace_name: The name of the machine learning workspace.\n \"\"\"" ]
[ { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "workspace_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 to which the machine learning workspace belongs.", "docstring_tokens": [ "The", "name", "of", "the", ...
8057349dc14e49d9dbfe34d728e9854d72de8ea4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/latest/virtual_machine.py
[ "Apache-2.0" ]
Python
last_known_power_state
pulumi.Output[Optional[str]]
def last_known_power_state(self) -> pulumi.Output[Optional[str]]: """ Last known compute power state captured in DTL """ return pulumi.get(self, "last_known_power_state")
Last known compute power state captured in DTL
Last known compute power state captured in DTL
[ "Last", "known", "compute", "power", "state", "captured", "in", "DTL" ]
def last_known_power_state(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "last_known_power_state")
[ "def", "last_known_power_state", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_known_power_state\"", ")" ]
Last known compute power state captured in DTL
[ "Last", "known", "compute", "power", "state", "captured", "in", "DTL" ]
[ "\"\"\"\n Last known compute power state captured in DTL\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8057349dc14e49d9dbfe34d728e9854d72de8ea4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/latest/virtual_machine.py
[ "Apache-2.0" ]
Python
virtual_machine_creation_source
pulumi.Output[Optional[str]]
def virtual_machine_creation_source(self) -> pulumi.Output[Optional[str]]: """ Tells source of creation of lab virtual machine. Output property only. """ return pulumi.get(self, "virtual_machine_creation_source")
Tells source of creation of lab virtual machine. Output property only.
Tells source of creation of lab virtual machine. Output property only.
[ "Tells", "source", "of", "creation", "of", "lab", "virtual", "machine", ".", "Output", "property", "only", "." ]
def virtual_machine_creation_source(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "virtual_machine_creation_source")
[ "def", "virtual_machine_creation_source", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"virtual_machine_creation_source\"", ")" ]
Tells source of creation of lab virtual machine.
[ "Tells", "source", "of", "creation", "of", "lab", "virtual", "machine", "." ]
[ "\"\"\"\n Tells source of creation of lab virtual machine. Output property only.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8077309fe6c6b5c973837d8ee11150f0ed16e8e9
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/list_media_service_keys.py
[ "Apache-2.0" ]
Python
list_media_service_keys
AwaitableListMediaServiceKeysResult
def list_media_service_keys(media_service_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListMediaServiceKeysResult: """ The response body for a ListKeys API. API Version:...
The response body for a ListKeys API. API Version: 2015-10-01. :param str media_service_name: Name of the Media Service. :param str resource_group_name: Name of the resource group within the Azure subscription.
The response body for a ListKeys API.
[ "The", "response", "body", "for", "a", "ListKeys", "API", "." ]
def list_media_service_keys(media_service_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListMediaServiceKeysResult: __args__ = dict() __args__['mediaServiceName'] = media_ser...
[ "def", "list_media_service_keys", "(", "media_service_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", "="...
The response body for a ListKeys API.
[ "The", "response", "body", "for", "a", "ListKeys", "API", "." ]
[ "\"\"\"\n The response body for a ListKeys API.\n API Version: 2015-10-01.\n\n\n :param str media_service_name: Name of the Media Service.\n :param str resource_group_name: Name of the resource group within the Azure subscription.\n \"\"\"" ]
[ { "param": "media_service_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "media_service_name", "type": "Optional[str]", "docstring": "Name of the Media Service.", "docstring_tokens": [ "Name", "of", "the", "Media", "Service", "." ], "defaul...
54831cf6c20e36d02843b3a54a1a21933049f5da
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20190601preview/get_sync_member.py
[ "Apache-2.0" ]
Python
database_type
Optional[str]
def database_type(self) -> Optional[str]: """ Database type of the sync member. """ return pulumi.get(self, "database_type")
Database type of the sync member.
Database type of the sync member.
[ "Database", "type", "of", "the", "sync", "member", "." ]
def database_type(self) -> Optional[str]: return pulumi.get(self, "database_type")
[ "def", "database_type", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"database_type\"", ")" ]
Database type of the sync member.
[ "Database", "type", "of", "the", "sync", "member", "." ]
[ "\"\"\"\n Database type of the sync member.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
54831cf6c20e36d02843b3a54a1a21933049f5da
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20190601preview/get_sync_member.py
[ "Apache-2.0" ]
Python
sql_server_database_id
Optional[str]
def sql_server_database_id(self) -> Optional[str]: """ SQL Server database id of the sync member. """ return pulumi.get(self, "sql_server_database_id")
SQL Server database id of the sync member.
SQL Server database id of the sync member.
[ "SQL", "Server", "database", "id", "of", "the", "sync", "member", "." ]
def sql_server_database_id(self) -> Optional[str]: return pulumi.get(self, "sql_server_database_id")
[ "def", "sql_server_database_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sql_server_database_id\"", ")" ]
SQL Server database id of the sync member.
[ "SQL", "Server", "database", "id", "of", "the", "sync", "member", "." ]
[ "\"\"\"\n SQL Server database id of the sync member.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
54831cf6c20e36d02843b3a54a1a21933049f5da
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20190601preview/get_sync_member.py
[ "Apache-2.0" ]
Python
sync_agent_id
Optional[str]
def sync_agent_id(self) -> Optional[str]: """ ARM resource id of the sync agent in the sync member. """ return pulumi.get(self, "sync_agent_id")
ARM resource id of the sync agent in the sync member.
ARM resource id of the sync agent in the sync member.
[ "ARM", "resource", "id", "of", "the", "sync", "agent", "in", "the", "sync", "member", "." ]
def sync_agent_id(self) -> Optional[str]: return pulumi.get(self, "sync_agent_id")
[ "def", "sync_agent_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sync_agent_id\"", ")" ]
ARM resource id of the sync agent in the sync member.
[ "ARM", "resource", "id", "of", "the", "sync", "agent", "in", "the", "sync", "member", "." ]
[ "\"\"\"\n ARM resource id of the sync agent in the sync member.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
54831cf6c20e36d02843b3a54a1a21933049f5da
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20190601preview/get_sync_member.py
[ "Apache-2.0" ]
Python
sync_direction
Optional[str]
def sync_direction(self) -> Optional[str]: """ Sync direction of the sync member. """ return pulumi.get(self, "sync_direction")
Sync direction of the sync member.
Sync direction of the sync member.
[ "Sync", "direction", "of", "the", "sync", "member", "." ]
def sync_direction(self) -> Optional[str]: return pulumi.get(self, "sync_direction")
[ "def", "sync_direction", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sync_direction\"", ")" ]
Sync direction of the sync member.
[ "Sync", "direction", "of", "the", "sync", "member", "." ]
[ "\"\"\"\n Sync direction of the sync member.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
54831cf6c20e36d02843b3a54a1a21933049f5da
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20190601preview/get_sync_member.py
[ "Apache-2.0" ]
Python
sync_member_azure_database_resource_id
Optional[str]
def sync_member_azure_database_resource_id(self) -> Optional[str]: """ ARM resource id of the sync member logical database, for sync members in Azure. """ return pulumi.get(self, "sync_member_azure_database_resource_id")
ARM resource id of the sync member logical database, for sync members in Azure.
ARM resource id of the sync member logical database, for sync members in Azure.
[ "ARM", "resource", "id", "of", "the", "sync", "member", "logical", "database", "for", "sync", "members", "in", "Azure", "." ]
def sync_member_azure_database_resource_id(self) -> Optional[str]: return pulumi.get(self, "sync_member_azure_database_resource_id")
[ "def", "sync_member_azure_database_resource_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sync_member_azure_database_resource_id\"", ")" ]
ARM resource id of the sync member logical database, for sync members in Azure.
[ "ARM", "resource", "id", "of", "the", "sync", "member", "logical", "database", "for", "sync", "members", "in", "Azure", "." ]
[ "\"\"\"\n ARM resource id of the sync member logical database, for sync members in Azure.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6770f5683ef912900150e4a6798f210849b7dc6f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/labservices/v20181015/get_lab_account.py
[ "Apache-2.0" ]
Python
enabled_region_selection
Optional[bool]
def enabled_region_selection(self) -> Optional[bool]: """ Represents if region selection is enabled """ return pulumi.get(self, "enabled_region_selection")
Represents if region selection is enabled
Represents if region selection is enabled
[ "Represents", "if", "region", "selection", "is", "enabled" ]
def enabled_region_selection(self) -> Optional[bool]: return pulumi.get(self, "enabled_region_selection")
[ "def", "enabled_region_selection", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enabled_region_selection\"", ")" ]
Represents if region selection is enabled
[ "Represents", "if", "region", "selection", "is", "enabled" ]
[ "\"\"\"\n Represents if region selection 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": [] }
6770f5683ef912900150e4a6798f210849b7dc6f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/labservices/v20181015/get_lab_account.py
[ "Apache-2.0" ]
Python
size_configuration
'outputs.SizeConfigurationPropertiesResponse'
def size_configuration(self) -> 'outputs.SizeConfigurationPropertiesResponse': """ Represents the size configuration under the lab account """ return pulumi.get(self, "size_configuration")
Represents the size configuration under the lab account
Represents the size configuration under the lab account
[ "Represents", "the", "size", "configuration", "under", "the", "lab", "account" ]
def size_configuration(self) -> 'outputs.SizeConfigurationPropertiesResponse': return pulumi.get(self, "size_configuration")
[ "def", "size_configuration", "(", "self", ")", "->", "'outputs.SizeConfigurationPropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"size_configuration\"", ")" ]
Represents the size configuration under the lab account
[ "Represents", "the", "size", "configuration", "under", "the", "lab", "account" ]
[ "\"\"\"\n Represents the size configuration under the lab 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": [] }
ca0660186f4b84226147984ecc47e4a78ec70437
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/v20200601preview/get_database_account.py
[ "Apache-2.0" ]
Python
restore_parameters
Optional['outputs.RestoreParametersResponse']
def restore_parameters(self) -> Optional['outputs.RestoreParametersResponse']: """ Parameters to indicate the information about the restore. """ return pulumi.get(self, "restore_parameters")
Parameters to indicate the information about the restore.
Parameters to indicate the information about the restore.
[ "Parameters", "to", "indicate", "the", "information", "about", "the", "restore", "." ]
def restore_parameters(self) -> Optional['outputs.RestoreParametersResponse']: return pulumi.get(self, "restore_parameters")
[ "def", "restore_parameters", "(", "self", ")", "->", "Optional", "[", "'outputs.RestoreParametersResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"restore_parameters\"", ")" ]
Parameters to indicate the information about the restore.
[ "Parameters", "to", "indicate", "the", "information", "about", "the", "restore", "." ]
[ "\"\"\"\n Parameters to indicate the information about the restore.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f0b7404d1200d685d2521d250b9901e228b6fed4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storage/v20200801preview/get_management_policy.py
[ "Apache-2.0" ]
Python
policy
'outputs.ManagementPolicySchemaResponse'
def policy(self) -> 'outputs.ManagementPolicySchemaResponse': """ The Storage Account ManagementPolicy, in JSON format. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts. """ return pulumi.get(self, "policy")
The Storage Account ManagementPolicy, in JSON format. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
The Storage Account ManagementPolicy, in JSON format.
[ "The", "Storage", "Account", "ManagementPolicy", "in", "JSON", "format", "." ]
def policy(self) -> 'outputs.ManagementPolicySchemaResponse': return pulumi.get(self, "policy")
[ "def", "policy", "(", "self", ")", "->", "'outputs.ManagementPolicySchemaResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"policy\"", ")" ]
The Storage Account ManagementPolicy, in JSON format.
[ "The", "Storage", "Account", "ManagementPolicy", "in", "JSON", "format", "." ]
[ "\"\"\"\n The Storage Account ManagementPolicy, in JSON format. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f0b8c533f3952c81d82f1176eb575290c917535d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/consumption/v20190501/budget.py
[ "Apache-2.0" ]
Python
filters
pulumi.Output[Optional['outputs.FiltersResponse']]
def filters(self) -> pulumi.Output[Optional['outputs.FiltersResponse']]: """ May be used to filter budgets by resource group, resource, or meter. """ return pulumi.get(self, "filters")
May be used to filter budgets by resource group, resource, or meter.
May be used to filter budgets by resource group, resource, or meter.
[ "May", "be", "used", "to", "filter", "budgets", "by", "resource", "group", "resource", "or", "meter", "." ]
def filters(self) -> pulumi.Output[Optional['outputs.FiltersResponse']]: return pulumi.get(self, "filters")
[ "def", "filters", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.FiltersResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"filters\"", ")" ]
May be used to filter budgets by resource group, resource, or meter.
[ "May", "be", "used", "to", "filter", "budgets", "by", "resource", "group", "resource", "or", "meter", "." ]
[ "\"\"\"\n May be used to filter budgets by resource group, resource, or meter.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f0b9d6963a77edcb9e13664a9e79f5fbb3713467
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cdn/v20190615preview/policy.py
[ "Apache-2.0" ]
Python
endpoint_links
pulumi.Output[Sequence['outputs.CdnEndpointResponse']]
def endpoint_links(self) -> pulumi.Output[Sequence['outputs.CdnEndpointResponse']]: """ Describes Azure CDN endpoints associated with this Web Application Firewall policy. """ return pulumi.get(self, "endpoint_links")
Describes Azure CDN endpoints associated with this Web Application Firewall policy.
Describes Azure CDN endpoints associated with this Web Application Firewall policy.
[ "Describes", "Azure", "CDN", "endpoints", "associated", "with", "this", "Web", "Application", "Firewall", "policy", "." ]
def endpoint_links(self) -> pulumi.Output[Sequence['outputs.CdnEndpointResponse']]: return pulumi.get(self, "endpoint_links")
[ "def", "endpoint_links", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.CdnEndpointResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"endpoint_links\"", ")" ]
Describes Azure CDN endpoints associated with this Web Application Firewall policy.
[ "Describes", "Azure", "CDN", "endpoints", "associated", "with", "this", "Web", "Application", "Firewall", "policy", "." ]
[ "\"\"\"\n Describes Azure CDN endpoints associated with this Web Application Firewall 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": [] }
f0b9d6963a77edcb9e13664a9e79f5fbb3713467
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cdn/v20190615preview/policy.py
[ "Apache-2.0" ]
Python
rate_limit_rules
pulumi.Output[Optional['outputs.RateLimitRuleListResponse']]
def rate_limit_rules(self) -> pulumi.Output[Optional['outputs.RateLimitRuleListResponse']]: """ Describes rate limit rules inside the policy. """ return pulumi.get(self, "rate_limit_rules")
Describes rate limit rules inside the policy.
Describes rate limit rules inside the policy.
[ "Describes", "rate", "limit", "rules", "inside", "the", "policy", "." ]
def rate_limit_rules(self) -> pulumi.Output[Optional['outputs.RateLimitRuleListResponse']]: return pulumi.get(self, "rate_limit_rules")
[ "def", "rate_limit_rules", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.RateLimitRuleListResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"rate_limit_rules\"", ")" ]
Describes rate limit rules inside the policy.
[ "Describes", "rate", "limit", "rules", "inside", "the", "policy", "." ]
[ "\"\"\"\n Describes rate limit rules inside 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": [] }
f0e0f3e6047441e8fb1cfc38215ee5f9daf0d3bc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/quantum/get_workspace.py
[ "Apache-2.0" ]
Python
usable
str
def usable(self) -> str: """ Whether the current workspace is ready to accept Jobs. """ return pulumi.get(self, "usable")
Whether the current workspace is ready to accept Jobs.
Whether the current workspace is ready to accept Jobs.
[ "Whether", "the", "current", "workspace", "is", "ready", "to", "accept", "Jobs", "." ]
def usable(self) -> str: return pulumi.get(self, "usable")
[ "def", "usable", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"usable\"", ")" ]
Whether the current workspace is ready to accept Jobs.
[ "Whether", "the", "current", "workspace", "is", "ready", "to", "accept", "Jobs", "." ]
[ "\"\"\"\n Whether the current workspace is ready to accept Jobs.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f0e27dafcd3d8ff82b207afdba887cea33b6550b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200401/get_packet_capture.py
[ "Apache-2.0" ]
Python
bytes_to_capture_per_packet
Optional[int]
def bytes_to_capture_per_packet(self) -> Optional[int]: """ Number of bytes captured per packet, the remaining bytes are truncated. """ return pulumi.get(self, "bytes_to_capture_per_packet")
Number of bytes captured per packet, the remaining bytes are truncated.
Number of bytes captured per packet, the remaining bytes are truncated.
[ "Number", "of", "bytes", "captured", "per", "packet", "the", "remaining", "bytes", "are", "truncated", "." ]
def bytes_to_capture_per_packet(self) -> Optional[int]: return pulumi.get(self, "bytes_to_capture_per_packet")
[ "def", "bytes_to_capture_per_packet", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"bytes_to_capture_per_packet\"", ")" ]
Number of bytes captured per packet, the remaining bytes are truncated.
[ "Number", "of", "bytes", "captured", "per", "packet", "the", "remaining", "bytes", "are", "truncated", "." ]
[ "\"\"\"\n Number of bytes captured per packet, the remaining bytes are truncated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f0e27dafcd3d8ff82b207afdba887cea33b6550b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200401/get_packet_capture.py
[ "Apache-2.0" ]
Python
filters
Optional[Sequence['outputs.PacketCaptureFilterResponse']]
def filters(self) -> Optional[Sequence['outputs.PacketCaptureFilterResponse']]: """ A list of packet capture filters. """ return pulumi.get(self, "filters")
A list of packet capture filters.
A list of packet capture filters.
[ "A", "list", "of", "packet", "capture", "filters", "." ]
def filters(self) -> Optional[Sequence['outputs.PacketCaptureFilterResponse']]: return pulumi.get(self, "filters")
[ "def", "filters", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.PacketCaptureFilterResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"filters\"", ")" ]
A list of packet capture filters.
[ "A", "list", "of", "packet", "capture", "filters", "." ]
[ "\"\"\"\n A list of packet capture filters.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f0e27dafcd3d8ff82b207afdba887cea33b6550b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200401/get_packet_capture.py
[ "Apache-2.0" ]
Python
storage_location
'outputs.PacketCaptureStorageLocationResponse'
def storage_location(self) -> 'outputs.PacketCaptureStorageLocationResponse': """ The storage location for a packet capture session. """ return pulumi.get(self, "storage_location")
The storage location for a packet capture session.
The storage location for a packet capture session.
[ "The", "storage", "location", "for", "a", "packet", "capture", "session", "." ]
def storage_location(self) -> 'outputs.PacketCaptureStorageLocationResponse': return pulumi.get(self, "storage_location")
[ "def", "storage_location", "(", "self", ")", "->", "'outputs.PacketCaptureStorageLocationResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_location\"", ")" ]
The storage location for a packet capture session.
[ "The", "storage", "location", "for", "a", "packet", "capture", "session", "." ]
[ "\"\"\"\n The storage location for a packet capture session.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f0e27dafcd3d8ff82b207afdba887cea33b6550b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200401/get_packet_capture.py
[ "Apache-2.0" ]
Python
time_limit_in_seconds
Optional[int]
def time_limit_in_seconds(self) -> Optional[int]: """ Maximum duration of the capture session in seconds. """ return pulumi.get(self, "time_limit_in_seconds")
Maximum duration of the capture session in seconds.
Maximum duration of the capture session in seconds.
[ "Maximum", "duration", "of", "the", "capture", "session", "in", "seconds", "." ]
def time_limit_in_seconds(self) -> Optional[int]: return pulumi.get(self, "time_limit_in_seconds")
[ "def", "time_limit_in_seconds", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"time_limit_in_seconds\"", ")" ]
Maximum duration of the capture session in seconds.
[ "Maximum", "duration", "of", "the", "capture", "session", "in", "seconds", "." ]
[ "\"\"\"\n Maximum duration of the capture session in seconds.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f0e27dafcd3d8ff82b207afdba887cea33b6550b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200401/get_packet_capture.py
[ "Apache-2.0" ]
Python
total_bytes_per_session
Optional[int]
def total_bytes_per_session(self) -> Optional[int]: """ Maximum size of the capture output. """ return pulumi.get(self, "total_bytes_per_session")
Maximum size of the capture output.
Maximum size of the capture output.
[ "Maximum", "size", "of", "the", "capture", "output", "." ]
def total_bytes_per_session(self) -> Optional[int]: return pulumi.get(self, "total_bytes_per_session")
[ "def", "total_bytes_per_session", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"total_bytes_per_session\"", ")" ]
Maximum size of the capture output.
[ "Maximum", "size", "of", "the", "capture", "output", "." ]
[ "\"\"\"\n Maximum size of the capture output.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
104b51913f68383b1fb030a97cdcb8393fb67b81
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/search/latest/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. Latest 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 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: pulumi.log.warn("list_query...
[ "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 Latest 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...
[ { "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": [ ...
90485be7fce04e4cfa4e191e65386c014f50d083
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/eventhub/latest/list_disaster_recovery_config_keys.py
[ "Apache-2.0" ]
Python
list_disaster_recovery_config_keys
AwaitableListDisasterRecoveryConfigKeysResult
def list_disaster_recovery_config_keys(alias: Optional[str] = None, authorization_rule_name: Optional[str] = None, namespace_name: Optional[str] = None, resource_group_name: Optional[str] = None, ...
Namespace/EventHub Connection String Latest API Version: 2017-04-01. :param str alias: The Disaster Recovery configuration name :param str authorization_rule_name: The authorization rule name. :param str namespace_name: The Namespace name :param str resource_group_name: Name of the resource g...
Namespace/EventHub Connection String Latest API Version: 2017-04-01.
[ "Namespace", "/", "EventHub", "Connection", "String", "Latest", "API", "Version", ":", "2017", "-", "04", "-", "01", "." ]
def list_disaster_recovery_config_keys(alias: Optional[str] = None, authorization_rule_name: Optional[str] = None, namespace_name: Optional[str] = None, resource_group_name: Optional[str] = None, ...
[ "def", "list_disaster_recovery_config_keys", "(", "alias", ":", "Optional", "[", "str", "]", "=", "None", ",", "authorization_rule_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "namespace_name", ":", "Optional", "[", "str", "]", "=", "None", ","...
Namespace/EventHub Connection String Latest API Version: 2017-04-01.
[ "Namespace", "/", "EventHub", "Connection", "String", "Latest", "API", "Version", ":", "2017", "-", "04", "-", "01", "." ]
[ "\"\"\"\n Namespace/EventHub Connection String\n Latest API Version: 2017-04-01.\n\n\n :param str alias: The Disaster Recovery configuration name\n :param str authorization_rule_name: The authorization rule name.\n :param str namespace_name: The Namespace name\n :param str resource_group_name: Nam...
[ { "param": "alias", "type": "Optional[str]" }, { "param": "authorization_rule_name", "type": "Optional[str]" }, { "param": "namespace_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Opt...
{ "returns": [], "raises": [], "params": [ { "identifier": "alias", "type": "Optional[str]", "docstring": "The Disaster Recovery configuration name", "docstring_tokens": [ "The", "Disaster", "Recovery", "configuration", "name" ], "def...
d33d5a68c93bbd0df626b7780c7ffb1c80145ba3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/securityinsights/v20190101preview/get_entity_insights.py
[ "Apache-2.0" ]
Python
meta_data
Optional['outputs.GetInsightsResultsMetadataResponseResult']
def meta_data(self) -> Optional['outputs.GetInsightsResultsMetadataResponseResult']: """ The metadata from the get insights operation results. """ return pulumi.get(self, "meta_data")
The metadata from the get insights operation results.
The metadata from the get insights operation results.
[ "The", "metadata", "from", "the", "get", "insights", "operation", "results", "." ]
def meta_data(self) -> Optional['outputs.GetInsightsResultsMetadataResponseResult']: return pulumi.get(self, "meta_data")
[ "def", "meta_data", "(", "self", ")", "->", "Optional", "[", "'outputs.GetInsightsResultsMetadataResponseResult'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"meta_data\"", ")" ]
The metadata from the get insights operation results.
[ "The", "metadata", "from", "the", "get", "insights", "operation", "results", "." ]
[ "\"\"\"\n The metadata from the get insights operation results.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e34ef5d621855e943ddc6d045acd9b539589bc75
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/operationsmanagement/get_management_association.py
[ "Apache-2.0" ]
Python
properties
'outputs.ManagementAssociationPropertiesResponse'
def properties(self) -> 'outputs.ManagementAssociationPropertiesResponse': """ Properties for ManagementAssociation object supported by the OperationsManagement resource provider. """ return pulumi.get(self, "properties")
Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
[ "Properties", "for", "ManagementAssociation", "object", "supported", "by", "the", "OperationsManagement", "resource", "provider", "." ]
def properties(self) -> 'outputs.ManagementAssociationPropertiesResponse': return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "'outputs.ManagementAssociationPropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
[ "Properties", "for", "ManagementAssociation", "object", "supported", "by", "the", "OperationsManagement", "resource", "provider", "." ]
[ "\"\"\"\n Properties for ManagementAssociation object supported by the OperationsManagement resource provider.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e4de2d6bab2386a4bcd3a8a8869d2d37e959b7a2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20180801/get_policy.py
[ "Apache-2.0" ]
Python
custom_rules
Optional['outputs.CustomRulesResponse']
def custom_rules(self) -> Optional['outputs.CustomRulesResponse']: """ Describes custom rules inside the policy """ return pulumi.get(self, "custom_rules")
Describes custom rules inside the policy
Describes custom rules inside the policy
[ "Describes", "custom", "rules", "inside", "the", "policy" ]
def custom_rules(self) -> Optional['outputs.CustomRulesResponse']: return pulumi.get(self, "custom_rules")
[ "def", "custom_rules", "(", "self", ")", "->", "Optional", "[", "'outputs.CustomRulesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"custom_rules\"", ")" ]
Describes custom rules inside the policy
[ "Describes", "custom", "rules", "inside", "the", "policy" ]
[ "\"\"\"\n Describes custom rules inside 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": [] }
e4de2d6bab2386a4bcd3a8a8869d2d37e959b7a2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20180801/get_policy.py
[ "Apache-2.0" ]
Python
managed_rules
Optional['outputs.ManagedRuleSetsResponse']
def managed_rules(self) -> Optional['outputs.ManagedRuleSetsResponse']: """ Describes managed rules inside the policy """ return pulumi.get(self, "managed_rules")
Describes managed rules inside the policy
Describes managed rules inside the policy
[ "Describes", "managed", "rules", "inside", "the", "policy" ]
def managed_rules(self) -> Optional['outputs.ManagedRuleSetsResponse']: return pulumi.get(self, "managed_rules")
[ "def", "managed_rules", "(", "self", ")", "->", "Optional", "[", "'outputs.ManagedRuleSetsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"managed_rules\"", ")" ]
Describes managed rules inside the policy
[ "Describes", "managed", "rules", "inside", "the", "policy" ]
[ "\"\"\"\n Describes managed rules inside 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": [] }
e4e181e17e75a6ff2be44e17a2a2adcc24882e30
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cache/latest/get_database.py
[ "Apache-2.0" ]
Python
client_protocol
Optional[str]
def client_protocol(self) -> Optional[str]: """ Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. """ return pulumi.get(self, "client_protocol")
Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted.
Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted.
[ "Specifies", "whether", "redis", "clients", "can", "connect", "using", "TLS", "-", "encrypted", "or", "plaintext", "redis", "protocols", ".", "Default", "is", "TLS", "-", "encrypted", "." ]
def client_protocol(self) -> Optional[str]: return pulumi.get(self, "client_protocol")
[ "def", "client_protocol", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"client_protocol\"", ")" ]
Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols.
[ "Specifies", "whether", "redis", "clients", "can", "connect", "using", "TLS", "-", "encrypted", "or", "plaintext", "redis", "protocols", "." ]
[ "\"\"\"\n Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e4e181e17e75a6ff2be44e17a2a2adcc24882e30
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cache/latest/get_database.py
[ "Apache-2.0" ]
Python
clustering_policy
Optional[str]
def clustering_policy(self) -> Optional[str]: """ Clustering policy - default is OSSCluster. Specified at create time. """ return pulumi.get(self, "clustering_policy")
Clustering policy - default is OSSCluster. Specified at create time.
Clustering policy - default is OSSCluster. Specified at create time.
[ "Clustering", "policy", "-", "default", "is", "OSSCluster", ".", "Specified", "at", "create", "time", "." ]
def clustering_policy(self) -> Optional[str]: return pulumi.get(self, "clustering_policy")
[ "def", "clustering_policy", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"clustering_policy\"", ")" ]
Clustering policy - default is OSSCluster.
[ "Clustering", "policy", "-", "default", "is", "OSSCluster", "." ]
[ "\"\"\"\n Clustering policy - default is OSSCluster. Specified at create 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": [] }
e4e181e17e75a6ff2be44e17a2a2adcc24882e30
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cache/latest/get_database.py
[ "Apache-2.0" ]
Python
modules
Optional[Sequence['outputs.ModuleResponse']]
def modules(self) -> Optional[Sequence['outputs.ModuleResponse']]: """ Optional set of redis modules to enable in this database - modules can only be added at creation time. """ return pulumi.get(self, "modules")
Optional set of redis modules to enable in this database - modules can only be added at creation time.
Optional set of redis modules to enable in this database - modules can only be added at creation time.
[ "Optional", "set", "of", "redis", "modules", "to", "enable", "in", "this", "database", "-", "modules", "can", "only", "be", "added", "at", "creation", "time", "." ]
def modules(self) -> Optional[Sequence['outputs.ModuleResponse']]: return pulumi.get(self, "modules")
[ "def", "modules", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ModuleResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"modules\"", ")" ]
Optional set of redis modules to enable in this database - modules can only be added at creation time.
[ "Optional", "set", "of", "redis", "modules", "to", "enable", "in", "this", "database", "-", "modules", "can", "only", "be", "added", "at", "creation", "time", "." ]
[ "\"\"\"\n Optional set of redis modules to enable in this database - modules can only be added 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": [] }
bd4cf03ef35ce76ba98d5f447affdd0ab11e0781
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/management/latest/hierarchy_setting.py
[ "Apache-2.0" ]
Python
default_management_group
pulumi.Output[Optional[str]]
def default_management_group(self) -> pulumi.Output[Optional[str]]: """ Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup """ return pulumi.get(self, "default_...
Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup
Settings that sets the default Management Group under which new subscriptions get added in this tenant.
[ "Settings", "that", "sets", "the", "default", "Management", "Group", "under", "which", "new", "subscriptions", "get", "added", "in", "this", "tenant", "." ]
def default_management_group(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "default_management_group")
[ "def", "default_management_group", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_management_group\"", ")" ]
Settings that sets the default Management Group under which new subscriptions get added in this tenant.
[ "Settings", "that", "sets", "the", "default", "Management", "Group", "under", "which", "new", "subscriptions", "get", "added", "in", "this", "tenant", "." ]
[ "\"\"\"\n Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bd4cf03ef35ce76ba98d5f447affdd0ab11e0781
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/management/latest/hierarchy_setting.py
[ "Apache-2.0" ]
Python
require_authorization_for_group_creation
pulumi.Output[Optional[bool]]
def require_authorization_for_group_creation(self) -> pulumi.Output[Optional[bool]]: """ Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope ...
Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users from creating...
Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users from creating new Mana...
[ "Indicates", "whether", "RBAC", "access", "is", "required", "upon", "group", "creation", "under", "the", "root", "Management", "Group", ".", "If", "set", "to", "true", "user", "will", "require", "Microsoft", ".", "Management", "/", "managementGroups", "/", "wr...
def require_authorization_for_group_creation(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "require_authorization_for_group_creation")
[ "def", "require_authorization_for_group_creation", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"require_authorization_for_group_creation\"", ")" ]
Indicates whether RBAC access is required upon group creation under the root Management Group.
[ "Indicates", "whether", "RBAC", "access", "is", "required", "upon", "group", "creation", "under", "the", "root", "Management", "Group", "." ]
[ "\"\"\"\n Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users f...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
011f65a5aa571818a59d78d0b23535637ac9cd42
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cdn/latest/rule.py
[ "Apache-2.0" ]
Python
conditions
pulumi.Output[Optional[Sequence[Any]]]
def conditions(self) -> pulumi.Output[Optional[Sequence[Any]]]: """ A list of conditions that must be matched for the actions to be executed """ return pulumi.get(self, "conditions")
A list of conditions that must be matched for the actions to be executed
A list of conditions that must be matched for the actions to be executed
[ "A", "list", "of", "conditions", "that", "must", "be", "matched", "for", "the", "actions", "to", "be", "executed" ]
def conditions(self) -> pulumi.Output[Optional[Sequence[Any]]]: return pulumi.get(self, "conditions")
[ "def", "conditions", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "Any", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"conditions\"", ")" ]
A list of conditions that must be matched for the actions to be executed
[ "A", "list", "of", "conditions", "that", "must", "be", "matched", "for", "the", "actions", "to", "be", "executed" ]
[ "\"\"\"\n A list of conditions that must be matched for the actions to be executed\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
011f65a5aa571818a59d78d0b23535637ac9cd42
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cdn/latest/rule.py
[ "Apache-2.0" ]
Python
match_processing_behavior
pulumi.Output[Optional[str]]
def match_processing_behavior(self) -> pulumi.Output[Optional[str]]: """ If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue. """ return pulumi.get(self, "match_processing_behavior")
If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.
If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.
[ "If", "this", "rule", "is", "a", "match", "should", "the", "rules", "engine", "continue", "running", "the", "remaining", "rules", "or", "stop", ".", "If", "not", "present", "defaults", "to", "Continue", "." ]
def match_processing_behavior(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "match_processing_behavior")
[ "def", "match_processing_behavior", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"match_processing_behavior\"", ")" ]
If this rule is a match should the rules engine continue running the remaining rules or stop.
[ "If", "this", "rule", "is", "a", "match", "should", "the", "rules", "engine", "continue", "running", "the", "remaining", "rules", "or", "stop", "." ]
[ "\"\"\"\n If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0125bbb081222411cd0ce67282f6689b23ab9a02
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20150801preview/get_connection.py
[ "Apache-2.0" ]
Python
first_expiration_time
Optional[str]
def first_expiration_time(self) -> Optional[str]: """ Time in UTC when the first expiration of OAuth tokens """ return pulumi.get(self, "first_expiration_time")
Time in UTC when the first expiration of OAuth tokens
Time in UTC when the first expiration of OAuth tokens
[ "Time", "in", "UTC", "when", "the", "first", "expiration", "of", "OAuth", "tokens" ]
def first_expiration_time(self) -> Optional[str]: return pulumi.get(self, "first_expiration_time")
[ "def", "first_expiration_time", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"first_expiration_time\"", ")" ]
Time in UTC when the first expiration of OAuth tokens
[ "Time", "in", "UTC", "when", "the", "first", "expiration", "of", "OAuth", "tokens" ]
[ "\"\"\"\n Time in UTC when the first expiration of OAuth tokens\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0125bbb081222411cd0ce67282f6689b23ab9a02
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20150801preview/get_connection.py
[ "Apache-2.0" ]
Python
keywords
Optional[Sequence[str]]
def keywords(self) -> Optional[Sequence[str]]: """ List of Keywords that tag the acl """ return pulumi.get(self, "keywords")
List of Keywords that tag the acl
List of Keywords that tag the acl
[ "List", "of", "Keywords", "that", "tag", "the", "acl" ]
def keywords(self) -> Optional[Sequence[str]]: return pulumi.get(self, "keywords")
[ "def", "keywords", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"keywords\"", ")" ]
List of Keywords that tag the acl
[ "List", "of", "Keywords", "that", "tag", "the", "acl" ]
[ "\"\"\"\n List of Keywords that tag the acl\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
83356504db0196cec9337e8895bbeb29af6781de
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/botservice/latest/bot_connection.py
[ "Apache-2.0" ]
Python
properties
pulumi.Output['outputs.ConnectionSettingPropertiesResponse']
def properties(self) -> pulumi.Output['outputs.ConnectionSettingPropertiesResponse']: """ The set of properties specific to bot channel resource """ return pulumi.get(self, "properties")
The set of properties specific to bot channel resource
The set of properties specific to bot channel resource
[ "The", "set", "of", "properties", "specific", "to", "bot", "channel", "resource" ]
def properties(self) -> pulumi.Output['outputs.ConnectionSettingPropertiesResponse']: return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.ConnectionSettingPropertiesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
The set of properties specific to bot channel resource
[ "The", "set", "of", "properties", "specific", "to", "bot", "channel", "resource" ]
[ "\"\"\"\n The set of properties specific to bot channel 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": [] }
ff3d24a9b9019a751a6d8ad703bffd5136f0212d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/maintenance/v20210401preview/get_maintenance_configuration.py
[ "Apache-2.0" ]
Python
install_patches
Optional['outputs.InputPatchConfigurationResponse']
def install_patches(self) -> Optional['outputs.InputPatchConfigurationResponse']: """ The input parameters to be passed to the patch run operation. """ return pulumi.get(self, "install_patches")
The input parameters to be passed to the patch run operation.
The input parameters to be passed to the patch run operation.
[ "The", "input", "parameters", "to", "be", "passed", "to", "the", "patch", "run", "operation", "." ]
def install_patches(self) -> Optional['outputs.InputPatchConfigurationResponse']: return pulumi.get(self, "install_patches")
[ "def", "install_patches", "(", "self", ")", "->", "Optional", "[", "'outputs.InputPatchConfigurationResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"install_patches\"", ")" ]
The input parameters to be passed to the patch run operation.
[ "The", "input", "parameters", "to", "be", "passed", "to", "the", "patch", "run", "operation", "." ]
[ "\"\"\"\n The input parameters to be passed to the patch run operation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d0d54e0bb830f3febc5e239c4ae43d4e51db36a3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/powerplatform/v20201030preview/enterprise_policy.py
[ "Apache-2.0" ]
Python
encryption
pulumi.Output[Optional['outputs.PropertiesResponseEncryption']]
def encryption(self) -> pulumi.Output[Optional['outputs.PropertiesResponseEncryption']]: """ The encryption settings for a configuration store. """ return pulumi.get(self, "encryption")
The encryption settings for a configuration store.
The encryption settings for a configuration store.
[ "The", "encryption", "settings", "for", "a", "configuration", "store", "." ]
def encryption(self) -> pulumi.Output[Optional['outputs.PropertiesResponseEncryption']]: return pulumi.get(self, "encryption")
[ "def", "encryption", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.PropertiesResponseEncryption'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"encryption\"", ")" ]
The encryption settings for a configuration store.
[ "The", "encryption", "settings", "for", "a", "configuration", "store", "." ]
[ "\"\"\"\n The encryption settings for a configuration store.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d0d54e0bb830f3febc5e239c4ae43d4e51db36a3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/powerplatform/v20201030preview/enterprise_policy.py
[ "Apache-2.0" ]
Python
identity
pulumi.Output[Optional['outputs.EnterprisePolicyIdentityResponse']]
def identity(self) -> pulumi.Output[Optional['outputs.EnterprisePolicyIdentityResponse']]: """ The identity of the EnterprisePolicy. """ return pulumi.get(self, "identity")
The identity of the EnterprisePolicy.
The identity of the EnterprisePolicy.
[ "The", "identity", "of", "the", "EnterprisePolicy", "." ]
def identity(self) -> pulumi.Output[Optional['outputs.EnterprisePolicyIdentityResponse']]: return pulumi.get(self, "identity")
[ "def", "identity", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.EnterprisePolicyIdentityResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"identity\"", ")" ]
The identity of the EnterprisePolicy.
[ "The", "identity", "of", "the", "EnterprisePolicy", "." ]
[ "\"\"\"\n The identity of the EnterprisePolicy.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9dfdb8a8a44a3999178e8aba4db4482c28e6ff89
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/job.py
[ "Apache-2.0" ]
Python
execution_state
pulumi.Output[str]
def execution_state(self) -> pulumi.Output[str]: """ The current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This inclu...
The current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes job-level preparation such as downloading resource files...
The current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes job-level preparation such as downloading resource files or set u...
[ "The", "current", "state", "of", "the", "job", ".", "Possible", "values", "are", ":", "queued", "-", "The", "job", "is", "queued", "and", "able", "to", "run", ".", "A", "job", "enters", "this", "state", "when", "it", "is", "created", "or", "when", "i...
def execution_state(self) -> pulumi.Output[str]: return pulumi.get(self, "execution_state")
[ "def", "execution_state", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"execution_state\"", ")" ]
The current state of the job.
[ "The", "current", "state", "of", "the", "job", "." ]
[ "\"\"\"\n The current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes job-level preparation such as downloading re...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9dfdb8a8a44a3999178e8aba4db4482c28e6ff89
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/job.py
[ "Apache-2.0" ]
Python
horovod_settings
pulumi.Output[Optional['outputs.HorovodSettingsResponse']]
def horovod_settings(self) -> pulumi.Output[Optional['outputs.HorovodSettingsResponse']]: """ Specifies the settings for Horovod job. """ return pulumi.get(self, "horovod_settings")
Specifies the settings for Horovod job.
Specifies the settings for Horovod job.
[ "Specifies", "the", "settings", "for", "Horovod", "job", "." ]
def horovod_settings(self) -> pulumi.Output[Optional['outputs.HorovodSettingsResponse']]: return pulumi.get(self, "horovod_settings")
[ "def", "horovod_settings", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.HorovodSettingsResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"horovod_settings\"", ")" ]
Specifies the settings for Horovod job.
[ "Specifies", "the", "settings", "for", "Horovod", "job", "." ]
[ "\"\"\"\n Specifies the settings for Horovod job.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9dfdb8a8a44a3999178e8aba4db4482c28e6ff89
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/job.py
[ "Apache-2.0" ]
Python
input_directories
pulumi.Output[Optional[Sequence['outputs.InputDirectoryResponse']]]
def input_directories(self) -> pulumi.Output[Optional[Sequence['outputs.InputDirectoryResponse']]]: """ A list of input directories for the job. """ return pulumi.get(self, "input_directories")
A list of input directories for the job.
A list of input directories for the job.
[ "A", "list", "of", "input", "directories", "for", "the", "job", "." ]
def input_directories(self) -> pulumi.Output[Optional[Sequence['outputs.InputDirectoryResponse']]]: return pulumi.get(self, "input_directories")
[ "def", "input_directories", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.InputDirectoryResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"input_directories\"", ")" ]
A list of input directories for the job.
[ "A", "list", "of", "input", "directories", "for", "the", "job", "." ]
[ "\"\"\"\n A list of input directories for the job.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9dfdb8a8a44a3999178e8aba4db4482c28e6ff89
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/job.py
[ "Apache-2.0" ]
Python
job_output_directory_path_segment
pulumi.Output[str]
def job_output_directory_path_segment(self) -> pulumi.Output[str]: """ A segment of job's output directories path created by Batch AI. Batch AI creates job's output directories under an unique path to avoid conflicts between jobs. This value contains a path segment generated by Batch AI to make the path...
A segment of job's output directories path created by Batch AI. Batch AI creates job's output directories under an unique path to avoid conflicts between jobs. This value contains a path segment generated by Batch AI to make the path unique and can be used to find the output directory on the node or mounted fi...
A segment of job's output directories path created by Batch AI. Batch AI creates job's output directories under an unique path to avoid conflicts between jobs. This value contains a path segment generated by Batch AI to make the path unique and can be used to find the output directory on the node or mounted filesystem.
[ "A", "segment", "of", "job", "'", "s", "output", "directories", "path", "created", "by", "Batch", "AI", ".", "Batch", "AI", "creates", "job", "'", "s", "output", "directories", "under", "an", "unique", "path", "to", "avoid", "conflicts", "between", "jobs",...
def job_output_directory_path_segment(self) -> pulumi.Output[str]: return pulumi.get(self, "job_output_directory_path_segment")
[ "def", "job_output_directory_path_segment", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"job_output_directory_path_segment\"", ")" ]
A segment of job's output directories path created by Batch AI.
[ "A", "segment", "of", "job", "'", "s", "output", "directories", "path", "created", "by", "Batch", "AI", "." ]
[ "\"\"\"\n A segment of job's output directories path created by Batch AI. Batch AI creates job's output directories under an unique path to avoid conflicts between jobs. This value contains a path segment generated by Batch AI to make the path unique and can be used to find the output directory on the node o...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9dfdb8a8a44a3999178e8aba4db4482c28e6ff89
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/job.py
[ "Apache-2.0" ]
Python
output_directories
pulumi.Output[Optional[Sequence['outputs.OutputDirectoryResponse']]]
def output_directories(self) -> pulumi.Output[Optional[Sequence['outputs.OutputDirectoryResponse']]]: """ A list of output directories for the job. """ return pulumi.get(self, "output_directories")
A list of output directories for the job.
A list of output directories for the job.
[ "A", "list", "of", "output", "directories", "for", "the", "job", "." ]
def output_directories(self) -> pulumi.Output[Optional[Sequence['outputs.OutputDirectoryResponse']]]: return pulumi.get(self, "output_directories")
[ "def", "output_directories", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.OutputDirectoryResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"output_directories\"", ")" ]
A list of output directories for the job.
[ "A", "list", "of", "output", "directories", "for", "the", "job", "." ]
[ "\"\"\"\n A list of output directories for the job.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9dfdb8a8a44a3999178e8aba4db4482c28e6ff89
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/job.py
[ "Apache-2.0" ]
Python
scheduling_priority
pulumi.Output[Optional[str]]
def scheduling_priority(self) -> pulumi.Output[Optional[str]]: """ Scheduling priority associated with the job. """ return pulumi.get(self, "scheduling_priority")
Scheduling priority associated with the job.
Scheduling priority associated with the job.
[ "Scheduling", "priority", "associated", "with", "the", "job", "." ]
def scheduling_priority(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "scheduling_priority")
[ "def", "scheduling_priority", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"scheduling_priority\"", ")" ]
Scheduling priority associated with the job.
[ "Scheduling", "priority", "associated", "with", "the", "job", "." ]
[ "\"\"\"\n Scheduling priority associated with the job.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f9dc7816c4d1c64f2600caf32d11b3674c6e05e8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/relationship_link.py
[ "Apache-2.0" ]
Python
profile_property_references
pulumi.Output[Sequence['outputs.ParticipantPropertyReferenceResponse']]
def profile_property_references(self) -> pulumi.Output[Sequence['outputs.ParticipantPropertyReferenceResponse']]: """ The property references for the Profile of the Relationship. """ return pulumi.get(self, "profile_property_references")
The property references for the Profile of the Relationship.
The property references for the Profile of the Relationship.
[ "The", "property", "references", "for", "the", "Profile", "of", "the", "Relationship", "." ]
def profile_property_references(self) -> pulumi.Output[Sequence['outputs.ParticipantPropertyReferenceResponse']]: return pulumi.get(self, "profile_property_references")
[ "def", "profile_property_references", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.ParticipantPropertyReferenceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"profile_property_references\"", ")" ]
The property references for the Profile of the Relationship.
[ "The", "property", "references", "for", "the", "Profile", "of", "the", "Relationship", "." ]
[ "\"\"\"\n The property references for the Profile of the Relationship.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f9dc7816c4d1c64f2600caf32d11b3674c6e05e8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/relationship_link.py
[ "Apache-2.0" ]
Python
related_profile_property_references
pulumi.Output[Sequence['outputs.ParticipantPropertyReferenceResponse']]
def related_profile_property_references(self) -> pulumi.Output[Sequence['outputs.ParticipantPropertyReferenceResponse']]: """ The property references for the Related Profile of the Relationship. """ return pulumi.get(self, "related_profile_property_references")
The property references for the Related Profile of the Relationship.
The property references for the Related Profile of the Relationship.
[ "The", "property", "references", "for", "the", "Related", "Profile", "of", "the", "Relationship", "." ]
def related_profile_property_references(self) -> pulumi.Output[Sequence['outputs.ParticipantPropertyReferenceResponse']]: return pulumi.get(self, "related_profile_property_references")
[ "def", "related_profile_property_references", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.ParticipantPropertyReferenceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"related_profile_property_references...
The property references for the Related Profile of the Relationship.
[ "The", "property", "references", "for", "the", "Related", "Profile", "of", "the", "Relationship", "." ]
[ "\"\"\"\n The property references for the Related Profile of the Relationship.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f9fc5b5753af134da94feb9459d88cc272193edb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/latest/virtual_machine_scale_set.py
[ "Apache-2.0" ]
Python
orchestration_mode
pulumi.Output[Optional[str]]
def orchestration_mode(self) -> pulumi.Output[Optional[str]]: """ Specifies the orchestration mode for the virtual machine scale set. """ return pulumi.get(self, "orchestration_mode")
Specifies the orchestration mode for the virtual machine scale set.
Specifies the orchestration mode for the virtual machine scale set.
[ "Specifies", "the", "orchestration", "mode", "for", "the", "virtual", "machine", "scale", "set", "." ]
def orchestration_mode(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "orchestration_mode")
[ "def", "orchestration_mode", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"orchestration_mode\"", ")" ]
Specifies the orchestration mode for the virtual machine scale set.
[ "Specifies", "the", "orchestration", "mode", "for", "the", "virtual", "machine", "scale", "set", "." ]
[ "\"\"\"\n Specifies the orchestration mode for the virtual machine scale set.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9d5977116cbe01bc1845997533087a6cc3323d35
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20181101/get_vpn_site.py
[ "Apache-2.0" ]
Python
bgp_properties
Optional['outputs.BgpSettingsResponse']
def bgp_properties(self) -> Optional['outputs.BgpSettingsResponse']: """ The set of bgp properties. """ return pulumi.get(self, "bgp_properties")
The set of bgp properties.
The set of bgp properties.
[ "The", "set", "of", "bgp", "properties", "." ]
def bgp_properties(self) -> Optional['outputs.BgpSettingsResponse']: return pulumi.get(self, "bgp_properties")
[ "def", "bgp_properties", "(", "self", ")", "->", "Optional", "[", "'outputs.BgpSettingsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"bgp_properties\"", ")" ]
The set of bgp properties.
[ "The", "set", "of", "bgp", "properties", "." ]
[ "\"\"\"\n The set of bgp 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": [] }
9d5977116cbe01bc1845997533087a6cc3323d35
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20181101/get_vpn_site.py
[ "Apache-2.0" ]
Python
site_key
Optional[str]
def site_key(self) -> Optional[str]: """ The key for vpn-site that can be used for connections. """ return pulumi.get(self, "site_key")
The key for vpn-site that can be used for connections.
The key for vpn-site that can be used for connections.
[ "The", "key", "for", "vpn", "-", "site", "that", "can", "be", "used", "for", "connections", "." ]
def site_key(self) -> Optional[str]: return pulumi.get(self, "site_key")
[ "def", "site_key", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"site_key\"", ")" ]
The key for vpn-site that can be used for connections.
[ "The", "key", "for", "vpn", "-", "site", "that", "can", "be", "used", "for", "connections", "." ]
[ "\"\"\"\n The key for vpn-site that can be used for connections.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9d8734d735dc743c0f18d7cf766ed8ad5849ea1d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/machinelearningservices/v20190501/list_machine_learning_compute_keys.py
[ "Apache-2.0" ]
Python
list_machine_learning_compute_keys
AwaitableListMachineLearningComputeKeysResult
def list_machine_learning_compute_keys(compute_name: Optional[str] = None, resource_group_name: Optional[str] = None, workspace_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) ->...
Secrets related to a Machine Learning compute. Might differ for every type of compute. :param str compute_name: Name of the Azure Machine Learning compute. :param str resource_group_name: Name of the resource group in which workspace is located. :param str workspace_name: Name of Azure Machine Learni...
Secrets related to a Machine Learning compute. Might differ for every type of compute.
[ "Secrets", "related", "to", "a", "Machine", "Learning", "compute", ".", "Might", "differ", "for", "every", "type", "of", "compute", "." ]
def list_machine_learning_compute_keys(compute_name: Optional[str] = None, resource_group_name: Optional[str] = None, workspace_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) ->...
[ "def", "list_machine_learning_compute_keys", "(", "compute_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "workspace_name", ":", "Optional", "[", "str", "]", "=", "None", ...
Secrets related to a Machine Learning compute.
[ "Secrets", "related", "to", "a", "Machine", "Learning", "compute", "." ]
[ "\"\"\"\n Secrets related to a Machine Learning compute. Might differ for every type of compute.\n\n\n :param str compute_name: Name of the Azure Machine Learning compute.\n :param str resource_group_name: Name of the resource group in which workspace is located.\n :param str workspace_name: Name of Azu...
[ { "param": "compute_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "workspace_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "compute_name", "type": "Optional[str]", "docstring": "Name of the Azure Machine Learning compute.", "docstring_tokens": [ "Name", "of", "the", "Azure", "Machine", "Learning", ...
c47bfae5155efa47bb7ae199ad9f9d85a2c55e7c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20201201/get_dedicated_host_group.py
[ "Apache-2.0" ]
Python
instance_view
'outputs.DedicatedHostGroupInstanceViewResponse'
def instance_view(self) -> 'outputs.DedicatedHostGroupInstanceViewResponse': """ The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group. """ return pulumi.get(self, "instance_view")
The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group.
The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group.
[ "The", "dedicated", "host", "group", "instance", "view", "which", "has", "the", "list", "of", "instance", "view", "of", "the", "dedicated", "hosts", "under", "the", "dedicated", "host", "group", "." ]
def instance_view(self) -> 'outputs.DedicatedHostGroupInstanceViewResponse': return pulumi.get(self, "instance_view")
[ "def", "instance_view", "(", "self", ")", "->", "'outputs.DedicatedHostGroupInstanceViewResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"instance_view\"", ")" ]
The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group.
[ "The", "dedicated", "host", "group", "instance", "view", "which", "has", "the", "list", "of", "instance", "view", "of", "the", "dedicated", "hosts", "under", "the", "dedicated", "host", "group", "." ]
[ "\"\"\"\n The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host 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": [] }
c47bfae5155efa47bb7ae199ad9f9d85a2c55e7c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20201201/get_dedicated_host_group.py
[ "Apache-2.0" ]
Python
support_automatic_placement
Optional[bool]
def support_automatic_placement(self) -> Optional[bool]: """ Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host ...
Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided. <br><br>...
Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided.
[ "Specifies", "whether", "virtual", "machines", "or", "virtual", "machine", "scale", "sets", "can", "be", "placed", "automatically", "on", "the", "dedicated", "host", "group", ".", "Automatic", "placement", "means", "resources", "are", "allocated", "on", "dedicated...
def support_automatic_placement(self) -> Optional[bool]: return pulumi.get(self, "support_automatic_placement")
[ "def", "support_automatic_placement", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"support_automatic_placement\"", ")" ]
Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group.
[ "Specifies", "whether", "virtual", "machines", "or", "virtual", "machine", "scale", "sets", "can", "be", "placed", "automatically", "on", "the", "dedicated", "host", "group", "." ]
[ "\"\"\"\n Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provid...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c49b90691a9de97896c4bf7abd783dbb6e5ad24d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/machinelearningservices/latest/list_machine_learning_compute_keys.py
[ "Apache-2.0" ]
Python
list_machine_learning_compute_keys
AwaitableListMachineLearningComputeKeysResult
def list_machine_learning_compute_keys(compute_name: Optional[str] = None, resource_group_name: Optional[str] = None, workspace_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) ->...
Secrets related to a Machine Learning compute. Might differ for every type of compute. Latest API Version: 2021-01-01. :param str compute_name: Name of the Azure Machine Learning compute. :param str resource_group_name: Name of the resource group in which workspace is located. :param str workspac...
Secrets related to a Machine Learning compute. Might differ for every type of compute.
[ "Secrets", "related", "to", "a", "Machine", "Learning", "compute", ".", "Might", "differ", "for", "every", "type", "of", "compute", "." ]
def list_machine_learning_compute_keys(compute_name: Optional[str] = None, resource_group_name: Optional[str] = None, workspace_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) ->...
[ "def", "list_machine_learning_compute_keys", "(", "compute_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "workspace_name", ":", "Optional", "[", "str", "]", "=", "None", ...
Secrets related to a Machine Learning compute.
[ "Secrets", "related", "to", "a", "Machine", "Learning", "compute", "." ]
[ "\"\"\"\n Secrets related to a Machine Learning compute. Might differ for every type of compute.\n Latest API Version: 2021-01-01.\n\n\n :param str compute_name: Name of the Azure Machine Learning compute.\n :param str resource_group_name: Name of the resource group in which workspace is located.\n :...
[ { "param": "compute_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "workspace_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "compute_name", "type": "Optional[str]", "docstring": "Name of the Azure Machine Learning compute.", "docstring_tokens": [ "Name", "of", "the", "Azure", "Machine", "Learning", ...
7e629e48b460c0427a03259c45706bc7bbc7fe9c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20181201/virtual_hub.py
[ "Apache-2.0" ]
Python
virtual_network_connections
pulumi.Output[Optional[Sequence['outputs.HubVirtualNetworkConnectionResponse']]]
def virtual_network_connections(self) -> pulumi.Output[Optional[Sequence['outputs.HubVirtualNetworkConnectionResponse']]]: """ List of all vnet connections with this VirtualHub. """ return pulumi.get(self, "virtual_network_connections")
List of all vnet connections with this VirtualHub.
List of all vnet connections with this VirtualHub.
[ "List", "of", "all", "vnet", "connections", "with", "this", "VirtualHub", "." ]
def virtual_network_connections(self) -> pulumi.Output[Optional[Sequence['outputs.HubVirtualNetworkConnectionResponse']]]: return pulumi.get(self, "virtual_network_connections")
[ "def", "virtual_network_connections", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.HubVirtualNetworkConnectionResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"virtual_network_...
List of all vnet connections with this VirtualHub.
[ "List", "of", "all", "vnet", "connections", "with", "this", "VirtualHub", "." ]
[ "\"\"\"\n List of all vnet connections with this VirtualHub.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7e85e7f45bddba5bc334630b42b0b878d187f27c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20161201/security_rule.py
[ "Apache-2.0" ]
Python
destination_address_prefix
pulumi.Output[str]
def destination_address_prefix(self) -> pulumi.Output[str]: """ The destination address prefix. CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. """ return pulumi.ge...
The destination address prefix. CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
The destination address prefix. CIDR or source IP range. Asterisk '*' can also be used to match all source IPs.
[ "The", "destination", "address", "prefix", ".", "CIDR", "or", "source", "IP", "range", ".", "Asterisk", "'", "*", "'", "can", "also", "be", "used", "to", "match", "all", "source", "IPs", "." ]
def destination_address_prefix(self) -> pulumi.Output[str]: return pulumi.get(self, "destination_address_prefix")
[ "def", "destination_address_prefix", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"destination_address_prefix\"", ")" ]
The destination address prefix.
[ "The", "destination", "address", "prefix", "." ]
[ "\"\"\"\n The destination address prefix. CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7e85e7f45bddba5bc334630b42b0b878d187f27c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20161201/security_rule.py
[ "Apache-2.0" ]
Python
source_address_prefix
pulumi.Output[str]
def source_address_prefix(self) -> pulumi.Output[str]: """ The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originate...
The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from.
The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs.
[ "The", "CIDR", "or", "source", "IP", "range", ".", "Asterisk", "'", "*", "'", "can", "also", "be", "used", "to", "match", "all", "source", "IPs", "." ]
def source_address_prefix(self) -> pulumi.Output[str]: return pulumi.get(self, "source_address_prefix")
[ "def", "source_address_prefix", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source_address_prefix\"", ")" ]
The CIDR or source IP range.
[ "The", "CIDR", "or", "source", "IP", "range", "." ]
[ "\"\"\"\n The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates 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": [] }
7e8c3adac2cb275291fd7838f3922ee87d630736
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/virtualmachineimages/outputs.py
[ "Apache-2.0" ]
Python
plan_info
Optional['outputs.PlatformImagePurchasePlanResponse']
def plan_info(self) -> Optional['outputs.PlatformImagePurchasePlanResponse']: """ Optional configuration of purchase plan for platform image. """ return pulumi.get(self, "plan_info")
Optional configuration of purchase plan for platform image.
Optional configuration of purchase plan for platform image.
[ "Optional", "configuration", "of", "purchase", "plan", "for", "platform", "image", "." ]
def plan_info(self) -> Optional['outputs.PlatformImagePurchasePlanResponse']: return pulumi.get(self, "plan_info")
[ "def", "plan_info", "(", "self", ")", "->", "Optional", "[", "'outputs.PlatformImagePurchasePlanResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"plan_info\"", ")" ]
Optional configuration of purchase plan for platform image.
[ "Optional", "configuration", "of", "purchase", "plan", "for", "platform", "image", "." ]
[ "\"\"\"\n Optional configuration of purchase plan for platform image.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7e8c3adac2cb275291fd7838f3922ee87d630736
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/virtualmachineimages/outputs.py
[ "Apache-2.0" ]
Python
run_as_system
Optional[bool]
def run_as_system(self) -> Optional[bool]: """ If specified, the PowerShell script will be run with elevated privileges using the Local System user. Can only be true when the runElevated field above is set to true. """ return pulumi.get(self, "run_as_system")
If specified, the PowerShell script will be run with elevated privileges using the Local System user. Can only be true when the runElevated field above is set to true.
If specified, the PowerShell script will be run with elevated privileges using the Local System user. Can only be true when the runElevated field above is set to true.
[ "If", "specified", "the", "PowerShell", "script", "will", "be", "run", "with", "elevated", "privileges", "using", "the", "Local", "System", "user", ".", "Can", "only", "be", "true", "when", "the", "runElevated", "field", "above", "is", "set", "to", "true", ...
def run_as_system(self) -> Optional[bool]: return pulumi.get(self, "run_as_system")
[ "def", "run_as_system", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"run_as_system\"", ")" ]
If specified, the PowerShell script will be run with elevated privileges using the Local System user.
[ "If", "specified", "the", "PowerShell", "script", "will", "be", "run", "with", "elevated", "privileges", "using", "the", "Local", "System", "user", "." ]
[ "\"\"\"\n If specified, the PowerShell script will be run with elevated privileges using the Local System user. Can only be true when the runElevated field above is set to true.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7e8c3adac2cb275291fd7838f3922ee87d630736
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/virtualmachineimages/outputs.py
[ "Apache-2.0" ]
Python
vnet_config
Optional['outputs.VirtualNetworkConfigResponse']
def vnet_config(self) -> Optional['outputs.VirtualNetworkConfigResponse']: """ Optional configuration of the virtual network to use to deploy the build virtual machine in. Omit if no specific virtual network needs to be used. """ return pulumi.get(self, "vnet_config")
Optional configuration of the virtual network to use to deploy the build virtual machine in. Omit if no specific virtual network needs to be used.
Optional configuration of the virtual network to use to deploy the build virtual machine in. Omit if no specific virtual network needs to be used.
[ "Optional", "configuration", "of", "the", "virtual", "network", "to", "use", "to", "deploy", "the", "build", "virtual", "machine", "in", ".", "Omit", "if", "no", "specific", "virtual", "network", "needs", "to", "be", "used", "." ]
def vnet_config(self) -> Optional['outputs.VirtualNetworkConfigResponse']: return pulumi.get(self, "vnet_config")
[ "def", "vnet_config", "(", "self", ")", "->", "Optional", "[", "'outputs.VirtualNetworkConfigResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vnet_config\"", ")" ]
Optional configuration of the virtual network to use to deploy the build virtual machine in.
[ "Optional", "configuration", "of", "the", "virtual", "network", "to", "use", "to", "deploy", "the", "build", "virtual", "machine", "in", "." ]
[ "\"\"\"\n Optional configuration of the virtual network to use to deploy the build virtual machine in. Omit if no specific virtual network needs to be used.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7e8c3adac2cb275291fd7838f3922ee87d630736
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/virtualmachineimages/outputs.py
[ "Apache-2.0" ]
Python
search_criteria
Optional[str]
def search_criteria(self) -> Optional[str]: """ Criteria to search updates. Omit or specify empty string to use the default (search all). Refer to above link for examples and detailed description of this field. """ return pulumi.get(self, "search_criteria")
Criteria to search updates. Omit or specify empty string to use the default (search all). Refer to above link for examples and detailed description of this field.
Criteria to search updates. Omit or specify empty string to use the default (search all). Refer to above link for examples and detailed description of this field.
[ "Criteria", "to", "search", "updates", ".", "Omit", "or", "specify", "empty", "string", "to", "use", "the", "default", "(", "search", "all", ")", ".", "Refer", "to", "above", "link", "for", "examples", "and", "detailed", "description", "of", "this", "field...
def search_criteria(self) -> Optional[str]: return pulumi.get(self, "search_criteria")
[ "def", "search_criteria", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"search_criteria\"", ")" ]
Criteria to search updates.
[ "Criteria", "to", "search", "updates", "." ]
[ "\"\"\"\n Criteria to search updates. Omit or specify empty string to use the default (search all). Refer to above link for examples and detailed description of this field.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7e8c3adac2cb275291fd7838f3922ee87d630736
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/virtualmachineimages/outputs.py
[ "Apache-2.0" ]
Python
update_limit
Optional[int]
def update_limit(self) -> Optional[int]: """ Maximum number of updates to apply at a time. Omit or specify 0 to use the default (1000) """ return pulumi.get(self, "update_limit")
Maximum number of updates to apply at a time. Omit or specify 0 to use the default (1000)
Maximum number of updates to apply at a time. Omit or specify 0 to use the default (1000)
[ "Maximum", "number", "of", "updates", "to", "apply", "at", "a", "time", ".", "Omit", "or", "specify", "0", "to", "use", "the", "default", "(", "1000", ")" ]
def update_limit(self) -> Optional[int]: return pulumi.get(self, "update_limit")
[ "def", "update_limit", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"update_limit\"", ")" ]
Maximum number of updates to apply at a time.
[ "Maximum", "number", "of", "updates", "to", "apply", "at", "a", "time", "." ]
[ "\"\"\"\n Maximum number of updates to apply at a time. Omit or specify 0 to use the default (1000)\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7e8c3adac2cb275291fd7838f3922ee87d630736
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/virtualmachineimages/outputs.py
[ "Apache-2.0" ]
Python
plan_name
str
def plan_name(self) -> str: """ Name of the purchase plan. """ return pulumi.get(self, "plan_name")
Name of the purchase plan.
Name of the purchase plan.
[ "Name", "of", "the", "purchase", "plan", "." ]
def plan_name(self) -> str: return pulumi.get(self, "plan_name")
[ "def", "plan_name", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"plan_name\"", ")" ]
Name of the purchase plan.
[ "Name", "of", "the", "purchase", "plan", "." ]
[ "\"\"\"\n Name of the purchase plan.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7e8c3adac2cb275291fd7838f3922ee87d630736
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/virtualmachineimages/outputs.py
[ "Apache-2.0" ]
Python
plan_product
str
def plan_product(self) -> str: """ Product of the purchase plan. """ return pulumi.get(self, "plan_product")
Product of the purchase plan.
Product of the purchase plan.
[ "Product", "of", "the", "purchase", "plan", "." ]
def plan_product(self) -> str: return pulumi.get(self, "plan_product")
[ "def", "plan_product", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"plan_product\"", ")" ]
Product of the purchase plan.
[ "Product", "of", "the", "purchase", "plan", "." ]
[ "\"\"\"\n Product of the purchase plan.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7e8c3adac2cb275291fd7838f3922ee87d630736
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/virtualmachineimages/outputs.py
[ "Apache-2.0" ]
Python
plan_publisher
str
def plan_publisher(self) -> str: """ Publisher of the purchase plan. """ return pulumi.get(self, "plan_publisher")
Publisher of the purchase plan.
Publisher of the purchase plan.
[ "Publisher", "of", "the", "purchase", "plan", "." ]
def plan_publisher(self) -> str: return pulumi.get(self, "plan_publisher")
[ "def", "plan_publisher", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"plan_publisher\"", ")" ]
Publisher of the purchase plan.
[ "Publisher", "of", "the", "purchase", "plan", "." ]
[ "\"\"\"\n Publisher of the purchase plan.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7e90d1c30a25e6697c0aa7f6b4ec9befa2dfbcb3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/alertsmanagement/get_health_alert.py
[ "Apache-2.0" ]
Python
actions
Optional[Sequence['outputs.HealthAlertActionResponse']]
def actions(self) -> Optional[Sequence['outputs.HealthAlertActionResponse']]: """ the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved. """ return pulumi.get(self, "actions")
the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.
the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.
[ "the", "array", "of", "actions", "that", "are", "performed", "when", "the", "alert", "rule", "becomes", "active", "and", "when", "an", "alert", "condition", "is", "resolved", "." ]
def actions(self) -> Optional[Sequence['outputs.HealthAlertActionResponse']]: return pulumi.get(self, "actions")
[ "def", "actions", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.HealthAlertActionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"actions\"", ")" ]
the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.
[ "the", "array", "of", "actions", "that", "are", "performed", "when", "the", "alert", "rule", "becomes", "active", "and", "when", "an", "alert", "condition", "is", "resolved", "." ]
[ "\"\"\"\n the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7e90d1c30a25e6697c0aa7f6b4ec9befa2dfbcb3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/alertsmanagement/get_health_alert.py
[ "Apache-2.0" ]
Python
criteria
'outputs.HealthAlertCriteriaResponse'
def criteria(self) -> 'outputs.HealthAlertCriteriaResponse': """ defines the specific alert criteria information. """ return pulumi.get(self, "criteria")
defines the specific alert criteria information.
defines the specific alert criteria information.
[ "defines", "the", "specific", "alert", "criteria", "information", "." ]
def criteria(self) -> 'outputs.HealthAlertCriteriaResponse': return pulumi.get(self, "criteria")
[ "def", "criteria", "(", "self", ")", "->", "'outputs.HealthAlertCriteriaResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"criteria\"", ")" ]
defines the specific alert criteria information.
[ "defines", "the", "specific", "alert", "criteria", "information", "." ]
[ "\"\"\"\n defines the specific alert criteria information.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
99665dd01b304a76bb9dcf5fa334abf0735cdd5b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/get_connection_monitor.py
[ "Apache-2.0" ]
Python
auto_start
Optional[bool]
def auto_start(self) -> Optional[bool]: """ Determines if the connection monitor will start automatically once created. """ return pulumi.get(self, "auto_start")
Determines if the connection monitor will start automatically once created.
Determines if the connection monitor will start automatically once created.
[ "Determines", "if", "the", "connection", "monitor", "will", "start", "automatically", "once", "created", "." ]
def auto_start(self) -> Optional[bool]: return pulumi.get(self, "auto_start")
[ "def", "auto_start", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"auto_start\"", ")" ]
Determines if the connection monitor will start automatically once created.
[ "Determines", "if", "the", "connection", "monitor", "will", "start", "automatically", "once", "created", "." ]
[ "\"\"\"\n Determines if the connection monitor will start automatically once created.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
99665dd01b304a76bb9dcf5fa334abf0735cdd5b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/get_connection_monitor.py
[ "Apache-2.0" ]
Python
destination
Optional['outputs.ConnectionMonitorDestinationResponse']
def destination(self) -> Optional['outputs.ConnectionMonitorDestinationResponse']: """ Describes the destination of connection monitor. """ return pulumi.get(self, "destination")
Describes the destination of connection monitor.
Describes the destination of connection monitor.
[ "Describes", "the", "destination", "of", "connection", "monitor", "." ]
def destination(self) -> Optional['outputs.ConnectionMonitorDestinationResponse']: return pulumi.get(self, "destination")
[ "def", "destination", "(", "self", ")", "->", "Optional", "[", "'outputs.ConnectionMonitorDestinationResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"destination\"", ")" ]
Describes the destination of connection monitor.
[ "Describes", "the", "destination", "of", "connection", "monitor", "." ]
[ "\"\"\"\n Describes the destination of connection monitor.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
99665dd01b304a76bb9dcf5fa334abf0735cdd5b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/get_connection_monitor.py
[ "Apache-2.0" ]
Python
endpoints
Optional[Sequence['outputs.ConnectionMonitorEndpointResponse']]
def endpoints(self) -> Optional[Sequence['outputs.ConnectionMonitorEndpointResponse']]: """ List of connection monitor endpoints. """ return pulumi.get(self, "endpoints")
List of connection monitor endpoints.
List of connection monitor endpoints.
[ "List", "of", "connection", "monitor", "endpoints", "." ]
def endpoints(self) -> Optional[Sequence['outputs.ConnectionMonitorEndpointResponse']]: return pulumi.get(self, "endpoints")
[ "def", "endpoints", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ConnectionMonitorEndpointResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"endpoints\"", ")" ]
List of connection monitor endpoints.
[ "List", "of", "connection", "monitor", "endpoints", "." ]
[ "\"\"\"\n List of connection monitor endpoints.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }