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
550b34929c1f63f6920145ceb5271d2db91e0e94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/providerhub/_inputs.py
[ "Apache-2.0" ]
Python
is_data_action
Optional[pulumi.Input[bool]]
def is_data_action(self) -> Optional[pulumi.Input[bool]]: """ Indicates whether the operation applies to data-plane. """ return pulumi.get(self, "is_data_action")
Indicates whether the operation applies to data-plane.
Indicates whether the operation applies to data-plane.
[ "Indicates", "whether", "the", "operation", "applies", "to", "data", "-", "plane", "." ]
def is_data_action(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "is_data_action")
[ "def", "is_data_action", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_data_action\"", ")" ]
Indicates whether the operation applies to data-plane.
[ "Indicates", "whether", "the", "operation", "applies", "to", "data", "-", "plane", "." ]
[ "\"\"\"\n Indicates whether the operation applies to data-plane.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
55220f4f9bb5fa7d9e8d95cfe59f6b26b81c5ff0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automanage/configuration_profile_assignment.py
[ "Apache-2.0" ]
Python
properties
pulumi.Output['outputs.ConfigurationProfileAssignmentPropertiesResponse']
def properties(self) -> pulumi.Output['outputs.ConfigurationProfileAssignmentPropertiesResponse']: """ Properties of the configuration profile assignment. """ return pulumi.get(self, "properties")
Properties of the configuration profile assignment.
Properties of the configuration profile assignment.
[ "Properties", "of", "the", "configuration", "profile", "assignment", "." ]
def properties(self) -> pulumi.Output['outputs.ConfigurationProfileAssignmentPropertiesResponse']: return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.ConfigurationProfileAssignmentPropertiesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
Properties of the configuration profile assignment.
[ "Properties", "of", "the", "configuration", "profile", "assignment", "." ]
[ "\"\"\"\n Properties of the configuration profile assignment.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5d96a58fe8348ce0f533d88b7164fc0cdc2ef655
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/v20200113preview/_inputs.py
[ "Apache-2.0" ]
Python
keyvault_uri
Optional[pulumi.Input[str]]
def keyvault_uri(self) -> Optional[pulumi.Input[str]]: """ The URI of the key vault key used to encrypt data. """ return pulumi.get(self, "keyvault_uri")
The URI of the key vault key used to encrypt data.
The URI of the key vault key used to encrypt data.
[ "The", "URI", "of", "the", "key", "vault", "key", "used", "to", "encrypt", "data", "." ]
def keyvault_uri(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "keyvault_uri")
[ "def", "keyvault_uri", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"keyvault_uri\"", ")" ]
The URI of the key vault key used to encrypt data.
[ "The", "URI", "of", "the", "key", "vault", "key", "used", "to", "encrypt", "data", "." ]
[ "\"\"\"\n The URI of the key vault key used to encrypt data.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0c024f8c9f8960e07c94a2e88635e10ac4470478
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datafactory/latest/get_integration_runtime_connection_info.py
[ "Apache-2.0" ]
Python
identity_cert_thumbprint
str
def identity_cert_thumbprint(self) -> str: """ The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation. """ return pulumi.get(self, "identity_cert_thumbprint")
The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
[ "The", "integration", "runtime", "SSL", "certificate", "thumbprint", ".", "Click", "-", "Once", "application", "uses", "it", "to", "do", "server", "validation", "." ]
def identity_cert_thumbprint(self) -> str: return pulumi.get(self, "identity_cert_thumbprint")
[ "def", "identity_cert_thumbprint", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"identity_cert_thumbprint\"", ")" ]
The integration runtime SSL certificate thumbprint.
[ "The", "integration", "runtime", "SSL", "certificate", "thumbprint", "." ]
[ "\"\"\"\n The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0c024f8c9f8960e07c94a2e88635e10ac4470478
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datafactory/latest/get_integration_runtime_connection_info.py
[ "Apache-2.0" ]
Python
is_identity_cert_exprired
bool
def is_identity_cert_exprired(self) -> bool: """ Whether the identity certificate is expired. """ return pulumi.get(self, "is_identity_cert_exprired")
Whether the identity certificate is expired.
Whether the identity certificate is expired.
[ "Whether", "the", "identity", "certificate", "is", "expired", "." ]
def is_identity_cert_exprired(self) -> bool: return pulumi.get(self, "is_identity_cert_exprired")
[ "def", "is_identity_cert_exprired", "(", "self", ")", "->", "bool", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_identity_cert_exprired\"", ")" ]
Whether the identity certificate is expired.
[ "Whether", "the", "identity", "certificate", "is", "expired", "." ]
[ "\"\"\"\n Whether the identity certificate is expired.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0c024f8c9f8960e07c94a2e88635e10ac4470478
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datafactory/latest/get_integration_runtime_connection_info.py
[ "Apache-2.0" ]
Python
service_token
str
def service_token(self) -> str: """ The token generated in service. Callers use this token to authenticate to integration runtime. """ return pulumi.get(self, "service_token")
The token generated in service. Callers use this token to authenticate to integration runtime.
The token generated in service. Callers use this token to authenticate to integration runtime.
[ "The", "token", "generated", "in", "service", ".", "Callers", "use", "this", "token", "to", "authenticate", "to", "integration", "runtime", "." ]
def service_token(self) -> str: return pulumi.get(self, "service_token")
[ "def", "service_token", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"service_token\"", ")" ]
The token generated in service.
[ "The", "token", "generated", "in", "service", "." ]
[ "\"\"\"\n The token generated in service. Callers use this token to authenticate to integration runtime.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0c0ed857c0549a87da6fe1e733928ed9c192e246
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/aad/get_domain_service.py
[ "Apache-2.0" ]
Python
filtered_sync
Optional[str]
def filtered_sync(self) -> Optional[str]: """ Enabled or Disabled flag to turn on Group-based filtered sync """ return pulumi.get(self, "filtered_sync")
Enabled or Disabled flag to turn on Group-based filtered sync
Enabled or Disabled flag to turn on Group-based filtered sync
[ "Enabled", "or", "Disabled", "flag", "to", "turn", "on", "Group", "-", "based", "filtered", "sync" ]
def filtered_sync(self) -> Optional[str]: return pulumi.get(self, "filtered_sync")
[ "def", "filtered_sync", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"filtered_sync\"", ")" ]
Enabled or Disabled flag to turn on Group-based filtered sync
[ "Enabled", "or", "Disabled", "flag", "to", "turn", "on", "Group", "-", "based", "filtered", "sync" ]
[ "\"\"\"\n Enabled or Disabled flag to turn on Group-based filtered sync\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
67b0d35294ef8171c17210b9fc6aae431f658fac
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/mixedreality/v20210301preview/object_anchors_account.py
[ "Apache-2.0" ]
Python
storage_account_name
pulumi.Output[Optional[str]]
def storage_account_name(self) -> pulumi.Output[Optional[str]]: """ The name of the storage account associated with this accountId """ return pulumi.get(self, "storage_account_name")
The name of the storage account associated with this accountId
The name of the storage account associated with this accountId
[ "The", "name", "of", "the", "storage", "account", "associated", "with", "this", "accountId" ]
def storage_account_name(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "storage_account_name")
[ "def", "storage_account_name", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_account_name\"", ")" ]
The name of the storage account associated with this accountId
[ "The", "name", "of", "the", "storage", "account", "associated", "with", "this", "accountId" ]
[ "\"\"\"\n The name of the storage account associated with this accountId\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
683c007c35b5a184af5ec641627d6e7afe790951
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/healthbot/latest/get_bot.py
[ "Apache-2.0" ]
Python
properties
'outputs.HealthBotPropertiesResponse'
def properties(self) -> 'outputs.HealthBotPropertiesResponse': """ The set of properties specific to Healthbot resource. """ return pulumi.get(self, "properties")
The set of properties specific to Healthbot resource.
The set of properties specific to Healthbot resource.
[ "The", "set", "of", "properties", "specific", "to", "Healthbot", "resource", "." ]
def properties(self) -> 'outputs.HealthBotPropertiesResponse': return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "'outputs.HealthBotPropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
The set of properties specific to Healthbot resource.
[ "The", "set", "of", "properties", "specific", "to", "Healthbot", "resource", "." ]
[ "\"\"\"\n The set of properties specific to Healthbot 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": [] }
7a7a695d907c5e5f2cf58f1e5e0967d225f1f746
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/v20180330preview/list_streaming_locator_content_keys.py
[ "Apache-2.0" ]
Python
content_keys
Optional[Sequence['outputs.StreamingLocatorContentKeyResponseResult']]
def content_keys(self) -> Optional[Sequence['outputs.StreamingLocatorContentKeyResponseResult']]: """ ContentKeys used by current Streaming Locator """ return pulumi.get(self, "content_keys")
ContentKeys used by current Streaming Locator
ContentKeys used by current Streaming Locator
[ "ContentKeys", "used", "by", "current", "Streaming", "Locator" ]
def content_keys(self) -> Optional[Sequence['outputs.StreamingLocatorContentKeyResponseResult']]: return pulumi.get(self, "content_keys")
[ "def", "content_keys", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.StreamingLocatorContentKeyResponseResult'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"content_keys\"", ")" ]
ContentKeys used by current Streaming Locator
[ "ContentKeys", "used", "by", "current", "Streaming", "Locator" ]
[ "\"\"\"\n ContentKeys used by current Streaming Locator\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7a7a695d907c5e5f2cf58f1e5e0967d225f1f746
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/v20180330preview/list_streaming_locator_content_keys.py
[ "Apache-2.0" ]
Python
list_streaming_locator_content_keys
AwaitableListStreamingLocatorContentKeysResult
def list_streaming_locator_content_keys(account_name: Optional[str] = None, resource_group_name: Optional[str] = None, streaming_locator_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions...
Class of response for listContentKeys action :param str account_name: The Media Services account name. :param str resource_group_name: The name of the resource group within the Azure subscription. :param str streaming_locator_name: The Streaming Locator name.
Class of response for listContentKeys action
[ "Class", "of", "response", "for", "listContentKeys", "action" ]
def list_streaming_locator_content_keys(account_name: Optional[str] = None, resource_group_name: Optional[str] = None, streaming_locator_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions...
[ "def", "list_streaming_locator_content_keys", "(", "account_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "streaming_locator_name", ":", "Optional", "[", "str", "]", "=", "...
Class of response for listContentKeys action
[ "Class", "of", "response", "for", "listContentKeys", "action" ]
[ "\"\"\"\n Class of response for listContentKeys action\n\n\n :param str account_name: The Media Services account name.\n :param str resource_group_name: The name of the resource group within the Azure subscription.\n :param str streaming_locator_name: The Streaming Locator name.\n \"\"\"" ]
[ { "param": "account_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "streaming_locator_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "account_name", "type": "Optional[str]", "docstring": "The Media Services account name.", "docstring_tokens": [ "The", "Media", "Services", "account", "name", "." ], "...
379ffb680548f9dfe6e2471c5b213d6dcfb6f9aa
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/alertsmanagement/v20181102privatepreview/get_action_rule_by_name.py
[ "Apache-2.0" ]
Python
properties
'outputs.ActionRulePropertiesResponse'
def properties(self) -> 'outputs.ActionRulePropertiesResponse': """ Action rule properties defining scope, conditions, suppression logic for action rule """ return pulumi.get(self, "properties")
Action rule properties defining scope, conditions, suppression logic for action rule
Action rule properties defining scope, conditions, suppression logic for action rule
[ "Action", "rule", "properties", "defining", "scope", "conditions", "suppression", "logic", "for", "action", "rule" ]
def properties(self) -> 'outputs.ActionRulePropertiesResponse': return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "'outputs.ActionRulePropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
Action rule properties defining scope, conditions, suppression logic for action rule
[ "Action", "rule", "properties", "defining", "scope", "conditions", "suppression", "logic", "for", "action", "rule" ]
[ "\"\"\"\n Action rule properties defining scope, conditions, suppression logic for action rule\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
37b28c3c45cadc3ebe5b0cba2dcf7a8047b844ba
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/v20151001/media_service.py
[ "Apache-2.0" ]
Python
api_endpoints
pulumi.Output[Sequence['outputs.ApiEndpointResponse']]
def api_endpoints(self) -> pulumi.Output[Sequence['outputs.ApiEndpointResponse']]: """ Read-only property that lists the Media Services REST API endpoints for this resource. If supplied on a PUT or PATCH, the value will be ignored. """ return pulumi.get(self, "api_endpoints")
Read-only property that lists the Media Services REST API endpoints for this resource. If supplied on a PUT or PATCH, the value will be ignored.
Read-only property that lists the Media Services REST API endpoints for this resource. If supplied on a PUT or PATCH, the value will be ignored.
[ "Read", "-", "only", "property", "that", "lists", "the", "Media", "Services", "REST", "API", "endpoints", "for", "this", "resource", ".", "If", "supplied", "on", "a", "PUT", "or", "PATCH", "the", "value", "will", "be", "ignored", "." ]
def api_endpoints(self) -> pulumi.Output[Sequence['outputs.ApiEndpointResponse']]: return pulumi.get(self, "api_endpoints")
[ "def", "api_endpoints", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.ApiEndpointResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"api_endpoints\"", ")" ]
Read-only property that lists the Media Services REST API endpoints for this resource.
[ "Read", "-", "only", "property", "that", "lists", "the", "Media", "Services", "REST", "API", "endpoints", "for", "this", "resource", "." ]
[ "\"\"\"\n Read-only property that lists the Media Services REST API endpoints for this resource. If supplied on a PUT or PATCH, the 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": [] }
424943a106989bd84c02610612c505c72d1ccb0a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/v20151031/get_webhook.py
[ "Apache-2.0" ]
Python
last_invoked_time
Optional[str]
def last_invoked_time(self) -> Optional[str]: """ Gets or sets the last invoked time. """ return pulumi.get(self, "last_invoked_time")
Gets or sets the last invoked time.
Gets or sets the last invoked time.
[ "Gets", "or", "sets", "the", "last", "invoked", "time", "." ]
def last_invoked_time(self) -> Optional[str]: return pulumi.get(self, "last_invoked_time")
[ "def", "last_invoked_time", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_invoked_time\"", ")" ]
Gets or sets the last invoked time.
[ "Gets", "or", "sets", "the", "last", "invoked", "time", "." ]
[ "\"\"\"\n Gets or sets the last invoked 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": [] }
424943a106989bd84c02610612c505c72d1ccb0a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/v20151031/get_webhook.py
[ "Apache-2.0" ]
Python
run_on
Optional[str]
def run_on(self) -> Optional[str]: """ Gets or sets the name of the hybrid worker group the webhook job will run on. """ return pulumi.get(self, "run_on")
Gets or sets the name of the hybrid worker group the webhook job will run on.
Gets or sets the name of the hybrid worker group the webhook job will run on.
[ "Gets", "or", "sets", "the", "name", "of", "the", "hybrid", "worker", "group", "the", "webhook", "job", "will", "run", "on", "." ]
def run_on(self) -> Optional[str]: return pulumi.get(self, "run_on")
[ "def", "run_on", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"run_on\"", ")" ]
Gets or sets the name of the hybrid worker group the webhook job will run on.
[ "Gets", "or", "sets", "the", "name", "of", "the", "hybrid", "worker", "group", "the", "webhook", "job", "will", "run", "on", "." ]
[ "\"\"\"\n Gets or sets the name of the hybrid worker group the webhook job will run on.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
424943a106989bd84c02610612c505c72d1ccb0a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/v20151031/get_webhook.py
[ "Apache-2.0" ]
Python
runbook
Optional['outputs.RunbookAssociationPropertyResponse']
def runbook(self) -> Optional['outputs.RunbookAssociationPropertyResponse']: """ Gets or sets the runbook the webhook is associated with. """ return pulumi.get(self, "runbook")
Gets or sets the runbook the webhook is associated with.
Gets or sets the runbook the webhook is associated with.
[ "Gets", "or", "sets", "the", "runbook", "the", "webhook", "is", "associated", "with", "." ]
def runbook(self) -> Optional['outputs.RunbookAssociationPropertyResponse']: return pulumi.get(self, "runbook")
[ "def", "runbook", "(", "self", ")", "->", "Optional", "[", "'outputs.RunbookAssociationPropertyResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"runbook\"", ")" ]
Gets or sets the runbook the webhook is associated with.
[ "Gets", "or", "sets", "the", "runbook", "the", "webhook", "is", "associated", "with", "." ]
[ "\"\"\"\n Gets or sets the runbook the webhook is associated with.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f299f0039b993fdd771d6989cb8e8dd8654e8e10
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/latest/list_static_site_users.py
[ "Apache-2.0" ]
Python
list_static_site_users
AwaitableListStaticSiteUsersResult
def list_static_site_users(authprovider: Optional[str] = None, name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListStaticSiteUsersResult: """ Collectio...
Collection of static site custom users. Latest API Version: 2020-10-01. :param str authprovider: The auth provider for the users. :param str name: Name of the static site. :param str resource_group_name: Name of the resource group to which the resource belongs.
Collection of static site custom users.
[ "Collection", "of", "static", "site", "custom", "users", "." ]
def list_static_site_users(authprovider: Optional[str] = None, name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListStaticSiteUsersResult: pulumi.log.warn("...
[ "def", "list_static_site_users", "(", "authprovider", ":", "Optional", "[", "str", "]", "=", "None", ",", "name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", ...
Collection of static site custom users.
[ "Collection", "of", "static", "site", "custom", "users", "." ]
[ "\"\"\"\n Collection of static site custom users.\n Latest API Version: 2020-10-01.\n\n\n :param str authprovider: The auth provider for the users.\n :param str name: Name of the static site.\n :param str resource_group_name: Name of the resource group to which the resource belongs.\n \"\"\"" ]
[ { "param": "authprovider", "type": "Optional[str]" }, { "param": "name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "authprovider", "type": "Optional[str]", "docstring": "The auth provider for the users.", "docstring_tokens": [ "The", "auth", "provider", "for", "the", "users", "." ...
6ae54b8af0e4cec825bc121d9e666ac0162651d8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blockchain/get_blockchain_member.py
[ "Apache-2.0" ]
Python
consortium
Optional[str]
def consortium(self) -> Optional[str]: """ Gets or sets the consortium for the blockchain member. """ return pulumi.get(self, "consortium")
Gets or sets the consortium for the blockchain member.
Gets or sets the consortium for the blockchain member.
[ "Gets", "or", "sets", "the", "consortium", "for", "the", "blockchain", "member", "." ]
def consortium(self) -> Optional[str]: return pulumi.get(self, "consortium")
[ "def", "consortium", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"consortium\"", ")" ]
Gets or sets the consortium for the blockchain member.
[ "Gets", "or", "sets", "the", "consortium", "for", "the", "blockchain", "member", "." ]
[ "\"\"\"\n Gets or sets the consortium for the blockchain 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": [] }
6ae54b8af0e4cec825bc121d9e666ac0162651d8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blockchain/get_blockchain_member.py
[ "Apache-2.0" ]
Python
consortium_management_account_address
str
def consortium_management_account_address(self) -> str: """ Gets the managed consortium management account address. """ return pulumi.get(self, "consortium_management_account_address")
Gets the managed consortium management account address.
Gets the managed consortium management account address.
[ "Gets", "the", "managed", "consortium", "management", "account", "address", "." ]
def consortium_management_account_address(self) -> str: return pulumi.get(self, "consortium_management_account_address")
[ "def", "consortium_management_account_address", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"consortium_management_account_address\"", ")" ]
Gets the managed consortium management account address.
[ "Gets", "the", "managed", "consortium", "management", "account", "address", "." ]
[ "\"\"\"\n Gets the managed consortium management account address.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6ae54b8af0e4cec825bc121d9e666ac0162651d8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blockchain/get_blockchain_member.py
[ "Apache-2.0" ]
Python
consortium_management_account_password
Optional[str]
def consortium_management_account_password(self) -> Optional[str]: """ Sets the managed consortium management account password. """ return pulumi.get(self, "consortium_management_account_password")
Sets the managed consortium management account password.
Sets the managed consortium management account password.
[ "Sets", "the", "managed", "consortium", "management", "account", "password", "." ]
def consortium_management_account_password(self) -> Optional[str]: return pulumi.get(self, "consortium_management_account_password")
[ "def", "consortium_management_account_password", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"consortium_management_account_password\"", ")" ]
Sets the managed consortium management account password.
[ "Sets", "the", "managed", "consortium", "management", "account", "password", "." ]
[ "\"\"\"\n Sets the managed consortium management account password.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6ae54b8af0e4cec825bc121d9e666ac0162651d8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blockchain/get_blockchain_member.py
[ "Apache-2.0" ]
Python
consortium_member_display_name
Optional[str]
def consortium_member_display_name(self) -> Optional[str]: """ Gets the display name of the member in the consortium. """ return pulumi.get(self, "consortium_member_display_name")
Gets the display name of the member in the consortium.
Gets the display name of the member in the consortium.
[ "Gets", "the", "display", "name", "of", "the", "member", "in", "the", "consortium", "." ]
def consortium_member_display_name(self) -> Optional[str]: return pulumi.get(self, "consortium_member_display_name")
[ "def", "consortium_member_display_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"consortium_member_display_name\"", ")" ]
Gets the display name of the member in the consortium.
[ "Gets", "the", "display", "name", "of", "the", "member", "in", "the", "consortium", "." ]
[ "\"\"\"\n Gets the display name of the member in the consortium.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6ae54b8af0e4cec825bc121d9e666ac0162651d8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blockchain/get_blockchain_member.py
[ "Apache-2.0" ]
Python
consortium_role
Optional[str]
def consortium_role(self) -> Optional[str]: """ Gets the role of the member in the consortium. """ return pulumi.get(self, "consortium_role")
Gets the role of the member in the consortium.
Gets the role of the member in the consortium.
[ "Gets", "the", "role", "of", "the", "member", "in", "the", "consortium", "." ]
def consortium_role(self) -> Optional[str]: return pulumi.get(self, "consortium_role")
[ "def", "consortium_role", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"consortium_role\"", ")" ]
Gets the role of the member in the consortium.
[ "Gets", "the", "role", "of", "the", "member", "in", "the", "consortium", "." ]
[ "\"\"\"\n Gets the role of the member in the consortium.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6ae54b8af0e4cec825bc121d9e666ac0162651d8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blockchain/get_blockchain_member.py
[ "Apache-2.0" ]
Python
dns
str
def dns(self) -> str: """ Gets the dns endpoint of the blockchain member. """ return pulumi.get(self, "dns")
Gets the dns endpoint of the blockchain member.
Gets the dns endpoint of the blockchain member.
[ "Gets", "the", "dns", "endpoint", "of", "the", "blockchain", "member", "." ]
def dns(self) -> str: return pulumi.get(self, "dns")
[ "def", "dns", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dns\"", ")" ]
Gets the dns endpoint of the blockchain member.
[ "Gets", "the", "dns", "endpoint", "of", "the", "blockchain", "member", "." ]
[ "\"\"\"\n Gets the dns endpoint of the blockchain 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": [] }
6ae54b8af0e4cec825bc121d9e666ac0162651d8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blockchain/get_blockchain_member.py
[ "Apache-2.0" ]
Python
root_contract_address
str
def root_contract_address(self) -> str: """ Gets the Ethereum root contract address of the blockchain. """ return pulumi.get(self, "root_contract_address")
Gets the Ethereum root contract address of the blockchain.
Gets the Ethereum root contract address of the blockchain.
[ "Gets", "the", "Ethereum", "root", "contract", "address", "of", "the", "blockchain", "." ]
def root_contract_address(self) -> str: return pulumi.get(self, "root_contract_address")
[ "def", "root_contract_address", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"root_contract_address\"", ")" ]
Gets the Ethereum root contract address of the blockchain.
[ "Gets", "the", "Ethereum", "root", "contract", "address", "of", "the", "blockchain", "." ]
[ "\"\"\"\n Gets the Ethereum root contract address of the blockchain.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6ae54b8af0e4cec825bc121d9e666ac0162651d8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blockchain/get_blockchain_member.py
[ "Apache-2.0" ]
Python
validator_nodes_sku
Optional['outputs.BlockchainMemberNodesSkuResponse']
def validator_nodes_sku(self) -> Optional['outputs.BlockchainMemberNodesSkuResponse']: """ Gets or sets the blockchain validator nodes Sku. """ return pulumi.get(self, "validator_nodes_sku")
Gets or sets the blockchain validator nodes Sku.
Gets or sets the blockchain validator nodes Sku.
[ "Gets", "or", "sets", "the", "blockchain", "validator", "nodes", "Sku", "." ]
def validator_nodes_sku(self) -> Optional['outputs.BlockchainMemberNodesSkuResponse']: return pulumi.get(self, "validator_nodes_sku")
[ "def", "validator_nodes_sku", "(", "self", ")", "->", "Optional", "[", "'outputs.BlockchainMemberNodesSkuResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"validator_nodes_sku\"", ")" ]
Gets or sets the blockchain validator nodes Sku.
[ "Gets", "or", "sets", "the", "blockchain", "validator", "nodes", "Sku", "." ]
[ "\"\"\"\n Gets or sets the blockchain validator nodes Sku.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
07c481c3720b824356f5909ff5a57748e9d192e3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20180101/outputs.py
[ "Apache-2.0" ]
Python
bytes_sent_to_cloud
float
def bytes_sent_to_cloud(self) -> float: """ Amount of data uploaded by the job as of now. """ return pulumi.get(self, "bytes_sent_to_cloud")
Amount of data uploaded by the job as of now.
Amount of data uploaded by the job as of now.
[ "Amount", "of", "data", "uploaded", "by", "the", "job", "as", "of", "now", "." ]
def bytes_sent_to_cloud(self) -> float: return pulumi.get(self, "bytes_sent_to_cloud")
[ "def", "bytes_sent_to_cloud", "(", "self", ")", "->", "float", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"bytes_sent_to_cloud\"", ")" ]
Amount of data uploaded by the job as of now.
[ "Amount", "of", "data", "uploaded", "by", "the", "job", "as", "of", "now", "." ]
[ "\"\"\"\n Amount of data uploaded by the job as of now.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
07c481c3720b824356f5909ff5a57748e9d192e3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20180101/outputs.py
[ "Apache-2.0" ]
Python
files_processed
float
def files_processed(self) -> float: """ Number of files processed by the job as of now. """ return pulumi.get(self, "files_processed")
Number of files processed by the job as of now.
Number of files processed by the job as of now.
[ "Number", "of", "files", "processed", "by", "the", "job", "as", "of", "now", "." ]
def files_processed(self) -> float: return pulumi.get(self, "files_processed")
[ "def", "files_processed", "(", "self", ")", "->", "float", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"files_processed\"", ")" ]
Number of files processed by the job as of now.
[ "Number", "of", "files", "processed", "by", "the", "job", "as", "of", "now", "." ]
[ "\"\"\"\n Number of files processed by the job as of now.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
07c481c3720b824356f5909ff5a57748e9d192e3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20180101/outputs.py
[ "Apache-2.0" ]
Python
total_files_to_process
float
def total_files_to_process(self) -> float: """ Total number of files to be processed by the job. """ return pulumi.get(self, "total_files_to_process")
Total number of files to be processed by the job.
Total number of files to be processed by the job.
[ "Total", "number", "of", "files", "to", "be", "processed", "by", "the", "job", "." ]
def total_files_to_process(self) -> float: return pulumi.get(self, "total_files_to_process")
[ "def", "total_files_to_process", "(", "self", ")", "->", "float", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"total_files_to_process\"", ")" ]
Total number of files to be processed by the job.
[ "Total", "number", "of", "files", "to", "be", "processed", "by", "the", "job", "." ]
[ "\"\"\"\n Total number of files to be processed by 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": [] }
07c481c3720b824356f5909ff5a57748e9d192e3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20180101/outputs.py
[ "Apache-2.0" ]
Python
error_details
Sequence['outputs.JobErrorDetailsResponse']
def error_details(self) -> Sequence['outputs.JobErrorDetailsResponse']: """ Error details for failure. This is optional. """ return pulumi.get(self, "error_details")
Error details for failure. This is optional.
Error details for failure. This is optional.
[ "Error", "details", "for", "failure", ".", "This", "is", "optional", "." ]
def error_details(self) -> Sequence['outputs.JobErrorDetailsResponse']: return pulumi.get(self, "error_details")
[ "def", "error_details", "(", "self", ")", "->", "Sequence", "[", "'outputs.JobErrorDetailsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"error_details\"", ")" ]
Error details for failure.
[ "Error", "details", "for", "failure", "." ]
[ "\"\"\"\n Error details for failure. This is optional.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
07c481c3720b824356f5909ff5a57748e9d192e3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20180101/outputs.py
[ "Apache-2.0" ]
Python
shipping_address
'outputs.ShippingAddressResponse'
def shipping_address(self) -> 'outputs.ShippingAddressResponse': """ Shipping address of the customer. """ return pulumi.get(self, "shipping_address")
Shipping address of the customer.
Shipping address of the customer.
[ "Shipping", "address", "of", "the", "customer", "." ]
def shipping_address(self) -> 'outputs.ShippingAddressResponse': return pulumi.get(self, "shipping_address")
[ "def", "shipping_address", "(", "self", ")", "->", "'outputs.ShippingAddressResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"shipping_address\"", ")" ]
Shipping address of the customer.
[ "Shipping", "address", "of", "the", "customer", "." ]
[ "\"\"\"\n Shipping address of the customer.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
07c481c3720b824356f5909ff5a57748e9d192e3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20180101/outputs.py
[ "Apache-2.0" ]
Python
data_destination_type
str
def data_destination_type(self) -> str: """ Data Destination Type. Expected value is 'StorageAccount'. """ return pulumi.get(self, "data_destination_type")
Data Destination Type. Expected value is 'StorageAccount'.
Data Destination Type. Expected value is 'StorageAccount'.
[ "Data", "Destination", "Type", ".", "Expected", "value", "is", "'", "StorageAccount", "'", "." ]
def data_destination_type(self) -> str: return pulumi.get(self, "data_destination_type")
[ "def", "data_destination_type", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"data_destination_type\"", ")" ]
Data Destination Type.
[ "Data", "Destination", "Type", "." ]
[ "\"\"\"\n Data Destination Type.\n Expected value is 'StorageAccount'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
07c481c3720b824356f5909ff5a57748e9d192e3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20180101/outputs.py
[ "Apache-2.0" ]
Python
exception_message
str
def exception_message(self) -> str: """ Contains the non localized exception message """ return pulumi.get(self, "exception_message")
Contains the non localized exception message
Contains the non localized exception message
[ "Contains", "the", "non", "localized", "exception", "message" ]
def exception_message(self) -> str: return pulumi.get(self, "exception_message")
[ "def", "exception_message", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"exception_message\"", ")" ]
Contains the non localized exception message
[ "Contains", "the", "non", "localized", "exception", "message" ]
[ "\"\"\"\n Contains the non localized exception message\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
07c481c3720b824356f5909ff5a57748e9d192e3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20180101/outputs.py
[ "Apache-2.0" ]
Python
recommended_action
str
def recommended_action(self) -> str: """ Recommended action for the error. """ return pulumi.get(self, "recommended_action")
Recommended action for the error.
Recommended action for the error.
[ "Recommended", "action", "for", "the", "error", "." ]
def recommended_action(self) -> str: return pulumi.get(self, "recommended_action")
[ "def", "recommended_action", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"recommended_action\"", ")" ]
Recommended action for the error.
[ "Recommended", "action", "for", "the", "error", "." ]
[ "\"\"\"\n Recommended action for the error.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
07db1ab75573edfaecace732e14369e7860c8ba1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/v20200501preview/get_storage_account.py
[ "Apache-2.0" ]
Python
container_count
int
def container_count(self) -> int: """ The Container Count. Present only for Storage Accounts with DataPolicy set to Cloud. """ return pulumi.get(self, "container_count")
The Container Count. Present only for Storage Accounts with DataPolicy set to Cloud.
The Container Count. Present only for Storage Accounts with DataPolicy set to Cloud.
[ "The", "Container", "Count", ".", "Present", "only", "for", "Storage", "Accounts", "with", "DataPolicy", "set", "to", "Cloud", "." ]
def container_count(self) -> int: return pulumi.get(self, "container_count")
[ "def", "container_count", "(", "self", ")", "->", "int", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"container_count\"", ")" ]
The Container Count.
[ "The", "Container", "Count", "." ]
[ "\"\"\"\n The Container Count. Present only for Storage Accounts with DataPolicy set to Cloud.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
07db1ab75573edfaecace732e14369e7860c8ba1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/v20200501preview/get_storage_account.py
[ "Apache-2.0" ]
Python
storage_account_status
Optional[str]
def storage_account_status(self) -> Optional[str]: """ Current status of the storage account """ return pulumi.get(self, "storage_account_status")
Current status of the storage account
Current status of the storage account
[ "Current", "status", "of", "the", "storage", "account" ]
def storage_account_status(self) -> Optional[str]: return pulumi.get(self, "storage_account_status")
[ "def", "storage_account_status", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_account_status\"", ")" ]
Current status of the storage account
[ "Current", "status", "of", "the", "storage", "account" ]
[ "\"\"\"\n Current status of the storage 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": [] }
07e4983ab65a8fa173b787fd0ea2a2e16c795d4d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/get_virtual_network_resource.py
[ "Apache-2.0" ]
Python
allowed_subnets
Optional[Sequence['outputs.SubnetResponse']]
def allowed_subnets(self) -> Optional[Sequence['outputs.SubnetResponse']]: """ The allowed subnets of the virtual network. """ return pulumi.get(self, "allowed_subnets")
The allowed subnets of the virtual network.
The allowed subnets of the virtual network.
[ "The", "allowed", "subnets", "of", "the", "virtual", "network", "." ]
def allowed_subnets(self) -> Optional[Sequence['outputs.SubnetResponse']]: return pulumi.get(self, "allowed_subnets")
[ "def", "allowed_subnets", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.SubnetResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"allowed_subnets\"", ")" ]
The allowed subnets of the virtual network.
[ "The", "allowed", "subnets", "of", "the", "virtual", "network", "." ]
[ "\"\"\"\n The allowed subnets of the virtual network.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
07e4983ab65a8fa173b787fd0ea2a2e16c795d4d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/get_virtual_network_resource.py
[ "Apache-2.0" ]
Python
external_provider_resource_id
Optional[str]
def external_provider_resource_id(self) -> Optional[str]: """ The Microsoft.Network resource identifier of the virtual network. """ return pulumi.get(self, "external_provider_resource_id")
The Microsoft.Network resource identifier of the virtual network.
The Microsoft.Network resource identifier of the virtual network.
[ "The", "Microsoft", ".", "Network", "resource", "identifier", "of", "the", "virtual", "network", "." ]
def external_provider_resource_id(self) -> Optional[str]: return pulumi.get(self, "external_provider_resource_id")
[ "def", "external_provider_resource_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"external_provider_resource_id\"", ")" ]
The Microsoft.Network resource identifier of the virtual network.
[ "The", "Microsoft", ".", "Network", "resource", "identifier", "of", "the", "virtual", "network", "." ]
[ "\"\"\"\n The Microsoft.Network resource identifier of the virtual network.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
07e4983ab65a8fa173b787fd0ea2a2e16c795d4d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/get_virtual_network_resource.py
[ "Apache-2.0" ]
Python
subnet_overrides
Optional[Sequence['outputs.SubnetOverrideResponse']]
def subnet_overrides(self) -> Optional[Sequence['outputs.SubnetOverrideResponse']]: """ The subnet overrides of the virtual network. """ return pulumi.get(self, "subnet_overrides")
The subnet overrides of the virtual network.
The subnet overrides of the virtual network.
[ "The", "subnet", "overrides", "of", "the", "virtual", "network", "." ]
def subnet_overrides(self) -> Optional[Sequence['outputs.SubnetOverrideResponse']]: return pulumi.get(self, "subnet_overrides")
[ "def", "subnet_overrides", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.SubnetOverrideResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"subnet_overrides\"", ")" ]
The subnet overrides of the virtual network.
[ "The", "subnet", "overrides", "of", "the", "virtual", "network", "." ]
[ "\"\"\"\n The subnet overrides of the virtual network.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
07e8038662b5761ecfc10dd57b00f42f2e7903f2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/v20200901/list_order_dc_access_code.py
[ "Apache-2.0" ]
Python
auth_code
Optional[str]
def auth_code(self) -> Optional[str]: """ DCAccess Code for the Self Managed shipment. """ return pulumi.get(self, "auth_code")
DCAccess Code for the Self Managed shipment.
DCAccess Code for the Self Managed shipment.
[ "DCAccess", "Code", "for", "the", "Self", "Managed", "shipment", "." ]
def auth_code(self) -> Optional[str]: return pulumi.get(self, "auth_code")
[ "def", "auth_code", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"auth_code\"", ")" ]
DCAccess Code for the Self Managed shipment.
[ "DCAccess", "Code", "for", "the", "Self", "Managed", "shipment", "." ]
[ "\"\"\"\n DCAccess Code for the Self Managed shipment.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
07e8038662b5761ecfc10dd57b00f42f2e7903f2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/v20200901/list_order_dc_access_code.py
[ "Apache-2.0" ]
Python
list_order_dc_access_code
AwaitableListOrderDCAccessCodeResult
def list_order_dc_access_code(device_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListOrderDCAccessCodeResult: """ DC Access code in the case of Self Managed Shipping. ...
DC Access code in the case of Self Managed Shipping. :param str device_name: The device name :param str resource_group_name: The resource group name.
DC Access code in the case of Self Managed Shipping.
[ "DC", "Access", "code", "in", "the", "case", "of", "Self", "Managed", "Shipping", "." ]
def list_order_dc_access_code(device_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListOrderDCAccessCodeResult: __args__ = dict() __args__['deviceName'] = device_name ...
[ "def", "list_order_dc_access_code", "(", "device_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", "=", "...
DC Access code in the case of Self Managed Shipping.
[ "DC", "Access", "code", "in", "the", "case", "of", "Self", "Managed", "Shipping", "." ]
[ "\"\"\"\n DC Access code in the case of Self Managed Shipping.\n\n\n :param str device_name: The device name\n :param str resource_group_name: The resource group name.\n \"\"\"" ]
[ { "param": "device_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "device_name", "type": "Optional[str]", "docstring": "The device name", "docstring_tokens": [ "The", "device", "name" ], "default": null, "is_optional": false }, { "identi...
aacbe19cee1561147bb873b13d1a1e932c84ba16
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/list_database_account_connection_strings.py
[ "Apache-2.0" ]
Python
list_database_account_connection_strings
AwaitableListDatabaseAccountConnectionStringsResult
def list_database_account_connection_strings(account_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDatabaseAccountConnectionStringsResult: "...
The connection strings for the given database account. API Version: 2021-01-15. :param str account_name: Cosmos DB database account name. :param str resource_group_name: The name of the resource group. The name is case insensitive.
The connection strings for the given database account.
[ "The", "connection", "strings", "for", "the", "given", "database", "account", "." ]
def list_database_account_connection_strings(account_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDatabaseAccountConnectionStringsResult: _...
[ "def", "list_database_account_connection_strings", "(", "account_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", ...
The connection strings for the given database account.
[ "The", "connection", "strings", "for", "the", "given", "database", "account", "." ]
[ "\"\"\"\n The connection strings for the given database account.\n API Version: 2021-01-15.\n\n\n :param str account_name: Cosmos DB database account name.\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": "Cosmos DB database account name.", "docstring_tokens": [ "Cosmos", "DB", "database", "account", "name", "." ], "...
aae14bab070ae842c2e66606efa198efb05bdb2a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/v20201005preview/web_test.py
[ "Apache-2.0" ]
Python
content_validation
pulumi.Output[Optional['outputs.WebTestPropertiesResponseContentValidation']]
def content_validation(self) -> pulumi.Output[Optional['outputs.WebTestPropertiesResponseContentValidation']]: """ The collection of content validation properties """ return pulumi.get(self, "content_validation")
The collection of content validation properties
The collection of content validation properties
[ "The", "collection", "of", "content", "validation", "properties" ]
def content_validation(self) -> pulumi.Output[Optional['outputs.WebTestPropertiesResponseContentValidation']]: return pulumi.get(self, "content_validation")
[ "def", "content_validation", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.WebTestPropertiesResponseContentValidation'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"content_validation\"", ")" ]
The collection of content validation properties
[ "The", "collection", "of", "content", "validation", "properties" ]
[ "\"\"\"\n The collection of content validation 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": [] }
aae14bab070ae842c2e66606efa198efb05bdb2a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/v20201005preview/web_test.py
[ "Apache-2.0" ]
Python
expected_http_status_code
pulumi.Output[Optional[int]]
def expected_http_status_code(self) -> pulumi.Output[Optional[int]]: """ Validate that the WebTest returns the http status code provided. """ return pulumi.get(self, "expected_http_status_code")
Validate that the WebTest returns the http status code provided.
Validate that the WebTest returns the http status code provided.
[ "Validate", "that", "the", "WebTest", "returns", "the", "http", "status", "code", "provided", "." ]
def expected_http_status_code(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "expected_http_status_code")
[ "def", "expected_http_status_code", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"expected_http_status_code\"", ")" ]
Validate that the WebTest returns the http status code provided.
[ "Validate", "that", "the", "WebTest", "returns", "the", "http", "status", "code", "provided", "." ]
[ "\"\"\"\n Validate that the WebTest returns the http status code provided.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
aae14bab070ae842c2e66606efa198efb05bdb2a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/v20201005preview/web_test.py
[ "Apache-2.0" ]
Python
ignore_https_status_code
pulumi.Output[Optional[bool]]
def ignore_https_status_code(self) -> pulumi.Output[Optional[bool]]: """ When set, validation will ignore the status code. """ return pulumi.get(self, "ignore_https_status_code")
When set, validation will ignore the status code.
When set, validation will ignore the status code.
[ "When", "set", "validation", "will", "ignore", "the", "status", "code", "." ]
def ignore_https_status_code(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "ignore_https_status_code")
[ "def", "ignore_https_status_code", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ignore_https_status_code\"", ")" ]
When set, validation will ignore the status code.
[ "When", "set", "validation", "will", "ignore", "the", "status", "code", "." ]
[ "\"\"\"\n When set, validation will ignore the status code.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
aae14bab070ae842c2e66606efa198efb05bdb2a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/v20201005preview/web_test.py
[ "Apache-2.0" ]
Python
s_sl_cert_remaining_lifetime_check
pulumi.Output[Optional[int]]
def s_sl_cert_remaining_lifetime_check(self) -> pulumi.Output[Optional[int]]: """ A number of days to check still remain before the the existing SSL cert expires. """ return pulumi.get(self, "s_sl_cert_remaining_lifetime_check")
A number of days to check still remain before the the existing SSL cert expires.
A number of days to check still remain before the the existing SSL cert expires.
[ "A", "number", "of", "days", "to", "check", "still", "remain", "before", "the", "the", "existing", "SSL", "cert", "expires", "." ]
def s_sl_cert_remaining_lifetime_check(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "s_sl_cert_remaining_lifetime_check")
[ "def", "s_sl_cert_remaining_lifetime_check", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"s_sl_cert_remaining_lifetime_check\"", ")" ]
A number of days to check still remain before the the existing SSL cert expires.
[ "A", "number", "of", "days", "to", "check", "still", "remain", "before", "the", "the", "existing", "SSL", "cert", "expires", "." ]
[ "\"\"\"\n A number of days to check still remain before the the existing SSL cert expires.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
aae14bab070ae842c2e66606efa198efb05bdb2a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/v20201005preview/web_test.py
[ "Apache-2.0" ]
Python
s_sl_check
pulumi.Output[Optional[bool]]
def s_sl_check(self) -> pulumi.Output[Optional[bool]]: """ Checks to see if the SSL cert is still valid. """ return pulumi.get(self, "s_sl_check")
Checks to see if the SSL cert is still valid.
Checks to see if the SSL cert is still valid.
[ "Checks", "to", "see", "if", "the", "SSL", "cert", "is", "still", "valid", "." ]
def s_sl_check(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "s_sl_check")
[ "def", "s_sl_check", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"s_sl_check\"", ")" ]
Checks to see if the SSL cert is still valid.
[ "Checks", "to", "see", "if", "the", "SSL", "cert", "is", "still", "valid", "." ]
[ "\"\"\"\n Checks to see if the SSL cert is still valid.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c44dee2cc575c8aecc6d5d95eadff4a6fe85245
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/get_jit_request.py
[ "Apache-2.0" ]
Python
created_by
'outputs.ApplicationClientDetailsResponse'
def created_by(self) -> 'outputs.ApplicationClientDetailsResponse': """ The client entity that created the JIT request. """ return pulumi.get(self, "created_by")
The client entity that created the JIT request.
The client entity that created the JIT request.
[ "The", "client", "entity", "that", "created", "the", "JIT", "request", "." ]
def created_by(self) -> 'outputs.ApplicationClientDetailsResponse': return pulumi.get(self, "created_by")
[ "def", "created_by", "(", "self", ")", "->", "'outputs.ApplicationClientDetailsResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"created_by\"", ")" ]
The client entity that created the JIT request.
[ "The", "client", "entity", "that", "created", "the", "JIT", "request", "." ]
[ "\"\"\"\n The client entity that created the JIT request.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c44dee2cc575c8aecc6d5d95eadff4a6fe85245
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/get_jit_request.py
[ "Apache-2.0" ]
Python
updated_by
'outputs.ApplicationClientDetailsResponse'
def updated_by(self) -> 'outputs.ApplicationClientDetailsResponse': """ The client entity that last updated the JIT request. """ return pulumi.get(self, "updated_by")
The client entity that last updated the JIT request.
The client entity that last updated the JIT request.
[ "The", "client", "entity", "that", "last", "updated", "the", "JIT", "request", "." ]
def updated_by(self) -> 'outputs.ApplicationClientDetailsResponse': return pulumi.get(self, "updated_by")
[ "def", "updated_by", "(", "self", ")", "->", "'outputs.ApplicationClientDetailsResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"updated_by\"", ")" ]
The client entity that last updated the JIT request.
[ "The", "client", "entity", "that", "last", "updated", "the", "JIT", "request", "." ]
[ "\"\"\"\n The client entity that last updated the JIT request.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c4a2f711028c9dc399b900e4af2cea4bea9ee2d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/cluster.py
[ "Apache-2.0" ]
Python
allocation_state_transition_time
pulumi.Output[str]
def allocation_state_transition_time(self) -> pulumi.Output[str]: """ The time at which the cluster entered its current allocation state. """ return pulumi.get(self, "allocation_state_transition_time")
The time at which the cluster entered its current allocation state.
The time at which the cluster entered its current allocation state.
[ "The", "time", "at", "which", "the", "cluster", "entered", "its", "current", "allocation", "state", "." ]
def allocation_state_transition_time(self) -> pulumi.Output[str]: return pulumi.get(self, "allocation_state_transition_time")
[ "def", "allocation_state_transition_time", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"allocation_state_transition_time\"", ")" ]
The time at which the cluster entered its current allocation state.
[ "The", "time", "at", "which", "the", "cluster", "entered", "its", "current", "allocation", "state", "." ]
[ "\"\"\"\n The time at which the cluster entered its current allocation state.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c4a2f711028c9dc399b900e4af2cea4bea9ee2d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/cluster.py
[ "Apache-2.0" ]
Python
current_node_count
pulumi.Output[int]
def current_node_count(self) -> pulumi.Output[int]: """ The number of compute nodes currently assigned to the cluster. """ return pulumi.get(self, "current_node_count")
The number of compute nodes currently assigned to the cluster.
The number of compute nodes currently assigned to the cluster.
[ "The", "number", "of", "compute", "nodes", "currently", "assigned", "to", "the", "cluster", "." ]
def current_node_count(self) -> pulumi.Output[int]: return pulumi.get(self, "current_node_count")
[ "def", "current_node_count", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"current_node_count\"", ")" ]
The number of compute nodes currently assigned to the cluster.
[ "The", "number", "of", "compute", "nodes", "currently", "assigned", "to", "the", "cluster", "." ]
[ "\"\"\"\n The number of compute nodes currently assigned to the cluster.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c4a2f711028c9dc399b900e4af2cea4bea9ee2d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/cluster.py
[ "Apache-2.0" ]
Python
errors
pulumi.Output[Sequence['outputs.BatchAIErrorResponse']]
def errors(self) -> pulumi.Output[Sequence['outputs.BatchAIErrorResponse']]: """ Collection of errors encountered by various compute nodes during node setup. """ return pulumi.get(self, "errors")
Collection of errors encountered by various compute nodes during node setup.
Collection of errors encountered by various compute nodes during node setup.
[ "Collection", "of", "errors", "encountered", "by", "various", "compute", "nodes", "during", "node", "setup", "." ]
def errors(self) -> pulumi.Output[Sequence['outputs.BatchAIErrorResponse']]: return pulumi.get(self, "errors")
[ "def", "errors", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.BatchAIErrorResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"errors\"", ")" ]
Collection of errors encountered by various compute nodes during node setup.
[ "Collection", "of", "errors", "encountered", "by", "various", "compute", "nodes", "during", "node", "setup", "." ]
[ "\"\"\"\n Collection of errors encountered by various compute nodes during node setup.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c4a2f711028c9dc399b900e4af2cea4bea9ee2d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/cluster.py
[ "Apache-2.0" ]
Python
virtual_machine_configuration
pulumi.Output[Optional['outputs.VirtualMachineConfigurationResponse']]
def virtual_machine_configuration(self) -> pulumi.Output[Optional['outputs.VirtualMachineConfigurationResponse']]: """ Virtual machine configuration (OS image) of the compute nodes. All nodes in a cluster have the same OS image configuration. """ return pulumi.get(self, "virtual_machine_...
Virtual machine configuration (OS image) of the compute nodes. All nodes in a cluster have the same OS image configuration.
Virtual machine configuration (OS image) of the compute nodes. All nodes in a cluster have the same OS image configuration.
[ "Virtual", "machine", "configuration", "(", "OS", "image", ")", "of", "the", "compute", "nodes", ".", "All", "nodes", "in", "a", "cluster", "have", "the", "same", "OS", "image", "configuration", "." ]
def virtual_machine_configuration(self) -> pulumi.Output[Optional['outputs.VirtualMachineConfigurationResponse']]: return pulumi.get(self, "virtual_machine_configuration")
[ "def", "virtual_machine_configuration", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.VirtualMachineConfigurationResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"virtual_machine_configuration\"", ")" ]
Virtual machine configuration (OS image) of the compute nodes.
[ "Virtual", "machine", "configuration", "(", "OS", "image", ")", "of", "the", "compute", "nodes", "." ]
[ "\"\"\"\n Virtual machine configuration (OS image) of the compute nodes. All nodes in a cluster have the same OS image configuration.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c52d41ac16d7851637db0f12aebe4570547e4cb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/kubernetes/v20210301/get_connected_cluster.py
[ "Apache-2.0" ]
Python
connectivity_status
str
def connectivity_status(self) -> str: """ Represents the connectivity status of the connected cluster. """ return pulumi.get(self, "connectivity_status")
Represents the connectivity status of the connected cluster.
Represents the connectivity status of the connected cluster.
[ "Represents", "the", "connectivity", "status", "of", "the", "connected", "cluster", "." ]
def connectivity_status(self) -> str: return pulumi.get(self, "connectivity_status")
[ "def", "connectivity_status", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"connectivity_status\"", ")" ]
Represents the connectivity status of the connected cluster.
[ "Represents", "the", "connectivity", "status", "of", "the", "connected", "cluster", "." ]
[ "\"\"\"\n Represents the connectivity status of the connected cluster.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c52d41ac16d7851637db0f12aebe4570547e4cb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/kubernetes/v20210301/get_connected_cluster.py
[ "Apache-2.0" ]
Python
distribution
Optional[str]
def distribution(self) -> Optional[str]: """ The Kubernetes distribution running on this connected cluster. """ return pulumi.get(self, "distribution")
The Kubernetes distribution running on this connected cluster.
The Kubernetes distribution running on this connected cluster.
[ "The", "Kubernetes", "distribution", "running", "on", "this", "connected", "cluster", "." ]
def distribution(self) -> Optional[str]: return pulumi.get(self, "distribution")
[ "def", "distribution", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"distribution\"", ")" ]
The Kubernetes distribution running on this connected cluster.
[ "The", "Kubernetes", "distribution", "running", "on", "this", "connected", "cluster", "." ]
[ "\"\"\"\n The Kubernetes distribution running on this connected cluster.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c52d41ac16d7851637db0f12aebe4570547e4cb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/kubernetes/v20210301/get_connected_cluster.py
[ "Apache-2.0" ]
Python
last_connectivity_time
str
def last_connectivity_time(self) -> str: """ Time representing the last instance when heart beat was received from the cluster """ return pulumi.get(self, "last_connectivity_time")
Time representing the last instance when heart beat was received from the cluster
Time representing the last instance when heart beat was received from the cluster
[ "Time", "representing", "the", "last", "instance", "when", "heart", "beat", "was", "received", "from", "the", "cluster" ]
def last_connectivity_time(self) -> str: return pulumi.get(self, "last_connectivity_time")
[ "def", "last_connectivity_time", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_connectivity_time\"", ")" ]
Time representing the last instance when heart beat was received from the cluster
[ "Time", "representing", "the", "last", "instance", "when", "heart", "beat", "was", "received", "from", "the", "cluster" ]
[ "\"\"\"\n Time representing the last instance when heart beat was received from the cluster\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c52d41ac16d7851637db0f12aebe4570547e4cb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/kubernetes/v20210301/get_connected_cluster.py
[ "Apache-2.0" ]
Python
managed_identity_certificate_expiration_time
str
def managed_identity_certificate_expiration_time(self) -> str: """ Expiration time of the managed identity certificate """ return pulumi.get(self, "managed_identity_certificate_expiration_time")
Expiration time of the managed identity certificate
Expiration time of the managed identity certificate
[ "Expiration", "time", "of", "the", "managed", "identity", "certificate" ]
def managed_identity_certificate_expiration_time(self) -> str: return pulumi.get(self, "managed_identity_certificate_expiration_time")
[ "def", "managed_identity_certificate_expiration_time", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"managed_identity_certificate_expiration_time\"", ")" ]
Expiration time of the managed identity certificate
[ "Expiration", "time", "of", "the", "managed", "identity", "certificate" ]
[ "\"\"\"\n Expiration time of the managed identity certificate\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8c52d41ac16d7851637db0f12aebe4570547e4cb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/kubernetes/v20210301/get_connected_cluster.py
[ "Apache-2.0" ]
Python
total_core_count
int
def total_core_count(self) -> int: """ Number of CPU cores present in the connected cluster resource """ return pulumi.get(self, "total_core_count")
Number of CPU cores present in the connected cluster resource
Number of CPU cores present in the connected cluster resource
[ "Number", "of", "CPU", "cores", "present", "in", "the", "connected", "cluster", "resource" ]
def total_core_count(self) -> int: return pulumi.get(self, "total_core_count")
[ "def", "total_core_count", "(", "self", ")", "->", "int", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"total_core_count\"", ")" ]
Number of CPU cores present in the connected cluster resource
[ "Number", "of", "CPU", "cores", "present", "in", "the", "connected", "cluster", "resource" ]
[ "\"\"\"\n Number of CPU cores present in the connected cluster 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": [] }
8c59c43735b8c973cd964bdde14872c42e626811
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/communication/v20200820preview/list_communication_service_keys.py
[ "Apache-2.0" ]
Python
list_communication_service_keys
AwaitableListCommunicationServiceKeysResult
def list_communication_service_keys(communication_service_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListCommunicationServiceKeysResult: """ A class repres...
A class representing the access keys of a CommunicationService. :param str communication_service_name: The name of the CommunicationService resource. :param str resource_group_name: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or...
A class representing the access keys of a CommunicationService.
[ "A", "class", "representing", "the", "access", "keys", "of", "a", "CommunicationService", "." ]
def list_communication_service_keys(communication_service_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListCommunicationServiceKeysResult: __args__ = dict() ...
[ "def", "list_communication_service_keys", "(", "communication_service_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOption...
A class representing the access keys of a CommunicationService.
[ "A", "class", "representing", "the", "access", "keys", "of", "a", "CommunicationService", "." ]
[ "\"\"\"\n A class representing the access keys of a CommunicationService.\n\n\n :param str communication_service_name: The name of the CommunicationService resource.\n :param str resource_group_name: The name of the resource group that contains the resource. You can obtain this value from the Azure Resourc...
[ { "param": "communication_service_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "communication_service_name", "type": "Optional[str]", "docstring": "The name of the CommunicationService resource.", "docstring_tokens": [ "The", "name", "of", "the", "CommunicationServi...
8c7541fc6da158677e0596462893a554cab56f4c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20190601preview/get_server_azure_ad_administrator.py
[ "Apache-2.0" ]
Python
administrator_type
str
def administrator_type(self) -> str: """ Type of the sever administrator. """ return pulumi.get(self, "administrator_type")
Type of the sever administrator.
Type of the sever administrator.
[ "Type", "of", "the", "sever", "administrator", "." ]
def administrator_type(self) -> str: return pulumi.get(self, "administrator_type")
[ "def", "administrator_type", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"administrator_type\"", ")" ]
Type of the sever administrator.
[ "Type", "of", "the", "sever", "administrator", "." ]
[ "\"\"\"\n Type of the sever administrator.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0fba8f4bf49dcd3109c2d5c1f80105854599f059
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/maintenance/v20200701preview/maintenance_configuration.py
[ "Apache-2.0" ]
Python
expiration_date_time
pulumi.Output[Optional[str]]
def expiration_date_time(self) -> pulumi.Output[Optional[str]]: """ Effective expiration date of the maintenance window in YYYY-MM-DD hh:mm format. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone. Expiration date must be set to a future d...
Effective expiration date of the maintenance window in YYYY-MM-DD hh:mm format. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone. Expiration date must be set to a future date. If not provided, it will be set to the maximum datetime 9999-12-31 23:...
Effective expiration date of the maintenance window in YYYY-MM-DD hh:mm format. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone. Expiration date must be set to a future date. If not provided, it will be set to the maximum datetime 9999-12-31 23:59:59.
[ "Effective", "expiration", "date", "of", "the", "maintenance", "window", "in", "YYYY", "-", "MM", "-", "DD", "hh", ":", "mm", "format", ".", "The", "window", "will", "be", "created", "in", "the", "time", "zone", "provided", "and", "adjusted", "to", "dayl...
def expiration_date_time(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "expiration_date_time")
[ "def", "expiration_date_time", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"expiration_date_time\"", ")" ]
Effective expiration date of the maintenance window in YYYY-MM-DD hh:mm format.
[ "Effective", "expiration", "date", "of", "the", "maintenance", "window", "in", "YYYY", "-", "MM", "-", "DD", "hh", ":", "mm", "format", "." ]
[ "\"\"\"\n Effective expiration date of the maintenance window in YYYY-MM-DD hh:mm format. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone. Expiration date must be set to a future date. If not provided, it will be set to the maximum datetime 99...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0fba8f4bf49dcd3109c2d5c1f80105854599f059
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/maintenance/v20200701preview/maintenance_configuration.py
[ "Apache-2.0" ]
Python
recur_every
pulumi.Output[Optional[str]]
def recur_every(self) -> pulumi.Output[Optional[str]]: """ Rate at which a Maintenance window is expected to recur. The rate can be expressed as daily, weekly, or monthly schedules. Daily schedule are formatted as recurEvery: [Frequency as integer]['Day(s)']. If no frequency is provided, the default fre...
Rate at which a Maintenance window is expected to recur. The rate can be expressed as daily, weekly, or monthly schedules. Daily schedule are formatted as recurEvery: [Frequency as integer]['Day(s)']. If no frequency is provided, the default frequency is 1. Daily schedule examples are recurEvery: Day, recurEve...
Rate at which a Maintenance window is expected to recur. The rate can be expressed as daily, weekly, or monthly schedules. Daily schedule are formatted as recurEvery: [Frequency as integer]['Day(s)']. If no frequency is provided, the default frequency is 1. Daily schedule examples are recurEvery: Day, recurEvery: 3Days...
[ "Rate", "at", "which", "a", "Maintenance", "window", "is", "expected", "to", "recur", ".", "The", "rate", "can", "be", "expressed", "as", "daily", "weekly", "or", "monthly", "schedules", ".", "Daily", "schedule", "are", "formatted", "as", "recurEvery", ":", ...
def recur_every(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "recur_every")
[ "def", "recur_every", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"recur_every\"", ")" ]
Rate at which a Maintenance window is expected to recur.
[ "Rate", "at", "which", "a", "Maintenance", "window", "is", "expected", "to", "recur", "." ]
[ "\"\"\"\n Rate at which a Maintenance window is expected to recur. The rate can be expressed as daily, weekly, or monthly schedules. Daily schedule are formatted as recurEvery: [Frequency as integer]['Day(s)']. If no frequency is provided, the default frequency is 1. Daily schedule examples are recurEvery: D...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0fba8f4bf49dcd3109c2d5c1f80105854599f059
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/maintenance/v20200701preview/maintenance_configuration.py
[ "Apache-2.0" ]
Python
start_date_time
pulumi.Output[Optional[str]]
def start_date_time(self) -> pulumi.Output[Optional[str]]: """ Effective start date of the maintenance window in YYYY-MM-DD hh:mm format. The start date can be set to either the current date or future date. The window will be created in the time zone provided and adjusted to daylight savings according t...
Effective start date of the maintenance window in YYYY-MM-DD hh:mm format. The start date can be set to either the current date or future date. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone.
Effective start date of the maintenance window in YYYY-MM-DD hh:mm format. The start date can be set to either the current date or future date. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone.
[ "Effective", "start", "date", "of", "the", "maintenance", "window", "in", "YYYY", "-", "MM", "-", "DD", "hh", ":", "mm", "format", ".", "The", "start", "date", "can", "be", "set", "to", "either", "the", "current", "date", "or", "future", "date", ".", ...
def start_date_time(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "start_date_time")
[ "def", "start_date_time", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"start_date_time\"", ")" ]
Effective start date of the maintenance window in YYYY-MM-DD hh:mm format.
[ "Effective", "start", "date", "of", "the", "maintenance", "window", "in", "YYYY", "-", "MM", "-", "DD", "hh", ":", "mm", "format", "." ]
[ "\"\"\"\n Effective start date of the maintenance window in YYYY-MM-DD hh:mm format. The start date can be set to either the current date or future date. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0fe3f80942bbb176dcaaf83f8fa0b61031f45fd2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/eventgrid/v20200401preview/outputs.py
[ "Apache-2.0" ]
Python
identity
Optional['outputs.EventSubscriptionIdentityResponse']
def identity(self) -> Optional['outputs.EventSubscriptionIdentityResponse']: """ The identity to use when dead-lettering events. """ return pulumi.get(self, "identity")
The identity to use when dead-lettering events.
The identity to use when dead-lettering events.
[ "The", "identity", "to", "use", "when", "dead", "-", "lettering", "events", "." ]
def identity(self) -> Optional['outputs.EventSubscriptionIdentityResponse']: return pulumi.get(self, "identity")
[ "def", "identity", "(", "self", ")", "->", "Optional", "[", "'outputs.EventSubscriptionIdentityResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"identity\"", ")" ]
The identity to use when dead-lettering events.
[ "The", "identity", "to", "use", "when", "dead", "-", "lettering", "events", "." ]
[ "\"\"\"\n The identity to use when dead-lettering events.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0fe3f80942bbb176dcaaf83f8fa0b61031f45fd2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/eventgrid/v20200401preview/outputs.py
[ "Apache-2.0" ]
Python
azure_subscription_id
Optional[str]
def azure_subscription_id(self) -> Optional[str]: """ Azure subscription ID of the customer creating the event channel. The partner topic associated with the event channel will be created under this Azure subscription. """ return pulumi.get(self, "azure_subscription_id")
Azure subscription ID of the customer creating the event channel. The partner topic associated with the event channel will be created under this Azure subscription.
Azure subscription ID of the customer creating the event channel. The partner topic associated with the event channel will be created under this Azure subscription.
[ "Azure", "subscription", "ID", "of", "the", "customer", "creating", "the", "event", "channel", ".", "The", "partner", "topic", "associated", "with", "the", "event", "channel", "will", "be", "created", "under", "this", "Azure", "subscription", "." ]
def azure_subscription_id(self) -> Optional[str]: return pulumi.get(self, "azure_subscription_id")
[ "def", "azure_subscription_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"azure_subscription_id\"", ")" ]
Azure subscription ID of the customer creating the event channel.
[ "Azure", "subscription", "ID", "of", "the", "customer", "creating", "the", "event", "channel", "." ]
[ "\"\"\"\n Azure subscription ID of the customer creating the event channel. The partner topic\r\n associated with the event channel will be created under this Azure subscription.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0fe3f80942bbb176dcaaf83f8fa0b61031f45fd2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/eventgrid/v20200401preview/outputs.py
[ "Apache-2.0" ]
Python
partner_topic_name
Optional[str]
def partner_topic_name(self) -> Optional[str]: """ Name of the partner topic associated with the event channel. """ return pulumi.get(self, "partner_topic_name")
Name of the partner topic associated with the event channel.
Name of the partner topic associated with the event channel.
[ "Name", "of", "the", "partner", "topic", "associated", "with", "the", "event", "channel", "." ]
def partner_topic_name(self) -> Optional[str]: return pulumi.get(self, "partner_topic_name")
[ "def", "partner_topic_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"partner_topic_name\"", ")" ]
Name of the partner topic associated with the event channel.
[ "Name", "of", "the", "partner", "topic", "associated", "with", "the", "event", "channel", "." ]
[ "\"\"\"\n Name of the partner topic associated with the event channel.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
66490ea5d76afec775c65e15badece016660f639
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/digitaltwins/v20201201/get_digital_twin.py
[ "Apache-2.0" ]
Python
identity
Optional['outputs.DigitalTwinsIdentityResponse']
def identity(self) -> Optional['outputs.DigitalTwinsIdentityResponse']: """ The managed identity for the DigitalTwinsInstance. """ return pulumi.get(self, "identity")
The managed identity for the DigitalTwinsInstance.
The managed identity for the DigitalTwinsInstance.
[ "The", "managed", "identity", "for", "the", "DigitalTwinsInstance", "." ]
def identity(self) -> Optional['outputs.DigitalTwinsIdentityResponse']: return pulumi.get(self, "identity")
[ "def", "identity", "(", "self", ")", "->", "Optional", "[", "'outputs.DigitalTwinsIdentityResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"identity\"", ")" ]
The managed identity for the DigitalTwinsInstance.
[ "The", "managed", "identity", "for", "the", "DigitalTwinsInstance", "." ]
[ "\"\"\"\n The managed identity for the DigitalTwinsInstance.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
665886b7a4fae623eb24d97963b5244b240f48cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/v20180630/get_runbook.py
[ "Apache-2.0" ]
Python
draft
Optional['outputs.RunbookDraftResponse']
def draft(self) -> Optional['outputs.RunbookDraftResponse']: """ Gets or sets the draft runbook properties. """ return pulumi.get(self, "draft")
Gets or sets the draft runbook properties.
Gets or sets the draft runbook properties.
[ "Gets", "or", "sets", "the", "draft", "runbook", "properties", "." ]
def draft(self) -> Optional['outputs.RunbookDraftResponse']: return pulumi.get(self, "draft")
[ "def", "draft", "(", "self", ")", "->", "Optional", "[", "'outputs.RunbookDraftResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"draft\"", ")" ]
Gets or sets the draft runbook properties.
[ "Gets", "or", "sets", "the", "draft", "runbook", "properties", "." ]
[ "\"\"\"\n Gets or sets the draft runbook 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": [] }
665886b7a4fae623eb24d97963b5244b240f48cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/v20180630/get_runbook.py
[ "Apache-2.0" ]
Python
log_activity_trace
Optional[int]
def log_activity_trace(self) -> Optional[int]: """ Gets or sets the option to log activity trace of the runbook. """ return pulumi.get(self, "log_activity_trace")
Gets or sets the option to log activity trace of the runbook.
Gets or sets the option to log activity trace of the runbook.
[ "Gets", "or", "sets", "the", "option", "to", "log", "activity", "trace", "of", "the", "runbook", "." ]
def log_activity_trace(self) -> Optional[int]: return pulumi.get(self, "log_activity_trace")
[ "def", "log_activity_trace", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"log_activity_trace\"", ")" ]
Gets or sets the option to log activity trace of the runbook.
[ "Gets", "or", "sets", "the", "option", "to", "log", "activity", "trace", "of", "the", "runbook", "." ]
[ "\"\"\"\n Gets or sets the option to log activity trace of the runbook.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
665886b7a4fae623eb24d97963b5244b240f48cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/v20180630/get_runbook.py
[ "Apache-2.0" ]
Python
log_progress
Optional[bool]
def log_progress(self) -> Optional[bool]: """ Gets or sets progress log option. """ return pulumi.get(self, "log_progress")
Gets or sets progress log option.
Gets or sets progress log option.
[ "Gets", "or", "sets", "progress", "log", "option", "." ]
def log_progress(self) -> Optional[bool]: return pulumi.get(self, "log_progress")
[ "def", "log_progress", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"log_progress\"", ")" ]
Gets or sets progress log option.
[ "Gets", "or", "sets", "progress", "log", "option", "." ]
[ "\"\"\"\n Gets or sets progress log option.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
665886b7a4fae623eb24d97963b5244b240f48cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/v20180630/get_runbook.py
[ "Apache-2.0" ]
Python
publish_content_link
Optional['outputs.ContentLinkResponse']
def publish_content_link(self) -> Optional['outputs.ContentLinkResponse']: """ Gets or sets the published runbook content link. """ return pulumi.get(self, "publish_content_link")
Gets or sets the published runbook content link.
Gets or sets the published runbook content link.
[ "Gets", "or", "sets", "the", "published", "runbook", "content", "link", "." ]
def publish_content_link(self) -> Optional['outputs.ContentLinkResponse']: return pulumi.get(self, "publish_content_link")
[ "def", "publish_content_link", "(", "self", ")", "->", "Optional", "[", "'outputs.ContentLinkResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"publish_content_link\"", ")" ]
Gets or sets the published runbook content link.
[ "Gets", "or", "sets", "the", "published", "runbook", "content", "link", "." ]
[ "\"\"\"\n Gets or sets the published runbook content link.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
665886b7a4fae623eb24d97963b5244b240f48cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/v20180630/get_runbook.py
[ "Apache-2.0" ]
Python
runbook_type
Optional[str]
def runbook_type(self) -> Optional[str]: """ Gets or sets the type of the runbook. """ return pulumi.get(self, "runbook_type")
Gets or sets the type of the runbook.
Gets or sets the type of the runbook.
[ "Gets", "or", "sets", "the", "type", "of", "the", "runbook", "." ]
def runbook_type(self) -> Optional[str]: return pulumi.get(self, "runbook_type")
[ "def", "runbook_type", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"runbook_type\"", ")" ]
Gets or sets the type of the runbook.
[ "Gets", "or", "sets", "the", "type", "of", "the", "runbook", "." ]
[ "\"\"\"\n Gets or sets the type of the runbook.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
666c6f30cef854f9c294f955a0a6073c16eba81f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/appconfiguration/v20200601/list_configuration_store_key_value.py
[ "Apache-2.0" ]
Python
list_configuration_store_key_value
AwaitableListConfigurationStoreKeyValueResult
def list_configuration_store_key_value(config_store_name: Optional[str] = None, key: Optional[str] = None, label: Optional[str] = None, resource_group_name: Optional[str] = None, ...
The result of a request to retrieve a key-value from the specified configuration store. :param str config_store_name: The name of the configuration store. :param str key: The key to retrieve. :param str label: The label of the key. :param str resource_group_name: The name of the resource group to...
The result of a request to retrieve a key-value from the specified configuration store.
[ "The", "result", "of", "a", "request", "to", "retrieve", "a", "key", "-", "value", "from", "the", "specified", "configuration", "store", "." ]
def list_configuration_store_key_value(config_store_name: Optional[str] = None, key: Optional[str] = None, label: Optional[str] = None, resource_group_name: Optional[str] = None, ...
[ "def", "list_configuration_store_key_value", "(", "config_store_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "key", ":", "Optional", "[", "str", "]", "=", "None", ",", "label", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_gro...
The result of a request to retrieve a key-value from the specified configuration store.
[ "The", "result", "of", "a", "request", "to", "retrieve", "a", "key", "-", "value", "from", "the", "specified", "configuration", "store", "." ]
[ "\"\"\"\n The result of a request to retrieve a key-value from the specified configuration store.\n\n\n :param str config_store_name: The name of the configuration store.\n :param str key: The key to retrieve.\n :param str label: The label of the key.\n :param str resource_group_name: The name of the...
[ { "param": "config_store_name", "type": "Optional[str]" }, { "param": "key", "type": "Optional[str]" }, { "param": "label", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.Invo...
{ "returns": [], "raises": [], "params": [ { "identifier": "config_store_name", "type": "Optional[str]", "docstring": "The name of the configuration store.", "docstring_tokens": [ "The", "name", "of", "the", "configuration", "store", ...
77e59234fa946989e078626e11331231b22df491
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/operationalinsights/saved_search.py
[ "Apache-2.0" ]
Python
function_parameters
pulumi.Output[Optional[str]]
def function_parameters(self) -> pulumi.Output[Optional[str]]: """ The optional function parameters if query serves as a function. Value should be in the following format: 'param-name1:type1 = default_value1, param-name2:type2 = default_value2'. For more examples and proper syntax please refer to https:...
The optional function parameters if query serves as a function. Value should be in the following format: 'param-name1:type1 = default_value1, param-name2:type2 = default_value2'. For more examples and proper syntax please refer to https://docs.microsoft.com/en-us/azure/kusto/query/functions/user-defined-functi...
The optional function parameters if query serves as a function. Value should be in the following format: 'param-name1:type1 = default_value1, param-name2:type2 = default_value2'.
[ "The", "optional", "function", "parameters", "if", "query", "serves", "as", "a", "function", ".", "Value", "should", "be", "in", "the", "following", "format", ":", "'", "param", "-", "name1", ":", "type1", "=", "default_value1", "param", "-", "name2", ":",...
def function_parameters(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "function_parameters")
[ "def", "function_parameters", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"function_parameters\"", ")" ]
The optional function parameters if query serves as a function.
[ "The", "optional", "function", "parameters", "if", "query", "serves", "as", "a", "function", "." ]
[ "\"\"\"\n The optional function parameters if query serves as a function. Value should be in the following format: 'param-name1:type1 = default_value1, param-name2:type2 = default_value2'. For more examples and proper syntax please refer to https://docs.microsoft.com/en-us/azure/kusto/query/functions/user-de...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ba005bb88f069ae65ec91fcbc1101830d041b152
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/edgeorder/v20201201preview/order_collection_by_name.py
[ "Apache-2.0" ]
Python
order_ids
pulumi.Output[Sequence[str]]
def order_ids(self) -> pulumi.Output[Sequence[str]]: """ List of order ARM Ids which are part of an order collection. """ return pulumi.get(self, "order_ids")
List of order ARM Ids which are part of an order collection.
List of order ARM Ids which are part of an order collection.
[ "List", "of", "order", "ARM", "Ids", "which", "are", "part", "of", "an", "order", "collection", "." ]
def order_ids(self) -> pulumi.Output[Sequence[str]]: return pulumi.get(self, "order_ids")
[ "def", "order_ids", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"order_ids\"", ")" ]
List of order ARM Ids which are part of an order collection.
[ "List", "of", "order", "ARM", "Ids", "which", "are", "part", "of", "an", "order", "collection", "." ]
[ "\"\"\"\n List of order ARM Ids which are part of an order collection.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
345a1ecbd9774e784eccea2b7d8db044569e2376
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hybridnetwork/list_device_registration_key.py
[ "Apache-2.0" ]
Python
registration_key
str
def registration_key(self) -> str: """ The registration key for the device. """ return pulumi.get(self, "registration_key")
The registration key for the device.
The registration key for the device.
[ "The", "registration", "key", "for", "the", "device", "." ]
def registration_key(self) -> str: return pulumi.get(self, "registration_key")
[ "def", "registration_key", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"registration_key\"", ")" ]
The registration key for the device.
[ "The", "registration", "key", "for", "the", "device", "." ]
[ "\"\"\"\n The registration key for the device.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b57efc921744a59b3ab1712c0ff38f2d41ae4b89
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/windowsiot/latest/get_service.py
[ "Apache-2.0" ]
Python
admin_domain_name
Optional[str]
def admin_domain_name(self) -> Optional[str]: """ Windows IoT Device Service OEM AAD domain """ return pulumi.get(self, "admin_domain_name")
Windows IoT Device Service OEM AAD domain
Windows IoT Device Service OEM AAD domain
[ "Windows", "IoT", "Device", "Service", "OEM", "AAD", "domain" ]
def admin_domain_name(self) -> Optional[str]: return pulumi.get(self, "admin_domain_name")
[ "def", "admin_domain_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"admin_domain_name\"", ")" ]
Windows IoT Device Service OEM AAD domain
[ "Windows", "IoT", "Device", "Service", "OEM", "AAD", "domain" ]
[ "\"\"\"\n Windows IoT Device Service OEM AAD domain\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b57efc921744a59b3ab1712c0ff38f2d41ae4b89
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/windowsiot/latest/get_service.py
[ "Apache-2.0" ]
Python
billing_domain_name
Optional[str]
def billing_domain_name(self) -> Optional[str]: """ Windows IoT Device Service ODM AAD domain """ return pulumi.get(self, "billing_domain_name")
Windows IoT Device Service ODM AAD domain
Windows IoT Device Service ODM AAD domain
[ "Windows", "IoT", "Device", "Service", "ODM", "AAD", "domain" ]
def billing_domain_name(self) -> Optional[str]: return pulumi.get(self, "billing_domain_name")
[ "def", "billing_domain_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"billing_domain_name\"", ")" ]
Windows IoT Device Service ODM AAD domain
[ "Windows", "IoT", "Device", "Service", "ODM", "AAD", "domain" ]
[ "\"\"\"\n Windows IoT Device Service ODM AAD domain\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e5f35c595e59ae47556e43628bc38dcb07f29c9c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20210101/get_move_collection.py
[ "Apache-2.0" ]
Python
properties
'outputs.MoveCollectionPropertiesResponse'
def properties(self) -> 'outputs.MoveCollectionPropertiesResponse': """ Defines the move collection properties. """ return pulumi.get(self, "properties")
Defines the move collection properties.
Defines the move collection properties.
[ "Defines", "the", "move", "collection", "properties", "." ]
def properties(self) -> 'outputs.MoveCollectionPropertiesResponse': return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "'outputs.MoveCollectionPropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
Defines the move collection properties.
[ "Defines", "the", "move", "collection", "properties", "." ]
[ "\"\"\"\n Defines the move collection 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": [] }
8e50b5ff3a34f04f690daf21951255055d30d734
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datadog/list_monitor_linked_resources.py
[ "Apache-2.0" ]
Python
value
Optional[Sequence['outputs.LinkedResourceResponseResult']]
def value(self) -> Optional[Sequence['outputs.LinkedResourceResponseResult']]: """ Results of a list operation. """ return pulumi.get(self, "value")
Results of a list operation.
Results of a list operation.
[ "Results", "of", "a", "list", "operation", "." ]
def value(self) -> Optional[Sequence['outputs.LinkedResourceResponseResult']]: return pulumi.get(self, "value")
[ "def", "value", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.LinkedResourceResponseResult'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"value\"", ")" ]
Results of a list operation.
[ "Results", "of", "a", "list", "operation", "." ]
[ "\"\"\"\n Results of a list 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": [] }
8e52046e684ffb4004b4f4d882eba2563ed82f6d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/resources/v20190601preview/get_template_spec.py
[ "Apache-2.0" ]
Python
versions
Mapping[str, 'outputs.TemplateSpecVersionInfoResponse']
def versions(self) -> Mapping[str, 'outputs.TemplateSpecVersionInfoResponse']: """ High-level information about the versions within this Template Spec. The keys are the version names. Only populated if the $expand query parameter is set to 'versions'. """ return pulumi.get(self, "version...
High-level information about the versions within this Template Spec. The keys are the version names. Only populated if the $expand query parameter is set to 'versions'.
High-level information about the versions within this Template Spec. The keys are the version names. Only populated if the $expand query parameter is set to 'versions'.
[ "High", "-", "level", "information", "about", "the", "versions", "within", "this", "Template", "Spec", ".", "The", "keys", "are", "the", "version", "names", ".", "Only", "populated", "if", "the", "$expand", "query", "parameter", "is", "set", "to", "'", "ve...
def versions(self) -> Mapping[str, 'outputs.TemplateSpecVersionInfoResponse']: return pulumi.get(self, "versions")
[ "def", "versions", "(", "self", ")", "->", "Mapping", "[", "str", ",", "'outputs.TemplateSpecVersionInfoResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"versions\"", ")" ]
High-level information about the versions within this Template Spec.
[ "High", "-", "level", "information", "about", "the", "versions", "within", "this", "Template", "Spec", "." ]
[ "\"\"\"\n High-level information about the versions within this Template Spec. The keys are the version names. Only populated if the $expand query parameter is set to 'versions'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8e5de87e204b1a80f818ef1af46d3b5f75ccac9d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devops/v20190701preview/get_pipeline.py
[ "Apache-2.0" ]
Python
bootstrap_configuration
'outputs.BootstrapConfigurationResponse'
def bootstrap_configuration(self) -> 'outputs.BootstrapConfigurationResponse': """ Configuration used to bootstrap the Pipeline. """ return pulumi.get(self, "bootstrap_configuration")
Configuration used to bootstrap the Pipeline.
Configuration used to bootstrap the Pipeline.
[ "Configuration", "used", "to", "bootstrap", "the", "Pipeline", "." ]
def bootstrap_configuration(self) -> 'outputs.BootstrapConfigurationResponse': return pulumi.get(self, "bootstrap_configuration")
[ "def", "bootstrap_configuration", "(", "self", ")", "->", "'outputs.BootstrapConfigurationResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"bootstrap_configuration\"", ")" ]
Configuration used to bootstrap the Pipeline.
[ "Configuration", "used", "to", "bootstrap", "the", "Pipeline", "." ]
[ "\"\"\"\n Configuration used to bootstrap the Pipeline.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8e5de87e204b1a80f818ef1af46d3b5f75ccac9d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devops/v20190701preview/get_pipeline.py
[ "Apache-2.0" ]
Python
organization
'outputs.OrganizationReferenceResponse'
def organization(self) -> 'outputs.OrganizationReferenceResponse': """ Reference to the Azure DevOps Organization containing the Pipeline. """ return pulumi.get(self, "organization")
Reference to the Azure DevOps Organization containing the Pipeline.
Reference to the Azure DevOps Organization containing the Pipeline.
[ "Reference", "to", "the", "Azure", "DevOps", "Organization", "containing", "the", "Pipeline", "." ]
def organization(self) -> 'outputs.OrganizationReferenceResponse': return pulumi.get(self, "organization")
[ "def", "organization", "(", "self", ")", "->", "'outputs.OrganizationReferenceResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"organization\"", ")" ]
Reference to the Azure DevOps Organization containing the Pipeline.
[ "Reference", "to", "the", "Azure", "DevOps", "Organization", "containing", "the", "Pipeline", "." ]
[ "\"\"\"\n Reference to the Azure DevOps Organization containing the Pipeline.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8e5de87e204b1a80f818ef1af46d3b5f75ccac9d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devops/v20190701preview/get_pipeline.py
[ "Apache-2.0" ]
Python
pipeline_id
int
def pipeline_id(self) -> int: """ Unique identifier of the Azure Pipeline within the Azure DevOps Project. """ return pulumi.get(self, "pipeline_id")
Unique identifier of the Azure Pipeline within the Azure DevOps Project.
Unique identifier of the Azure Pipeline within the Azure DevOps Project.
[ "Unique", "identifier", "of", "the", "Azure", "Pipeline", "within", "the", "Azure", "DevOps", "Project", "." ]
def pipeline_id(self) -> int: return pulumi.get(self, "pipeline_id")
[ "def", "pipeline_id", "(", "self", ")", "->", "int", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"pipeline_id\"", ")" ]
Unique identifier of the Azure Pipeline within the Azure DevOps Project.
[ "Unique", "identifier", "of", "the", "Azure", "Pipeline", "within", "the", "Azure", "DevOps", "Project", "." ]
[ "\"\"\"\n Unique identifier of the Azure Pipeline within the Azure DevOps Project.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8e5de87e204b1a80f818ef1af46d3b5f75ccac9d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devops/v20190701preview/get_pipeline.py
[ "Apache-2.0" ]
Python
project
'outputs.ProjectReferenceResponse'
def project(self) -> 'outputs.ProjectReferenceResponse': """ Reference to the Azure DevOps Project containing the Pipeline. """ return pulumi.get(self, "project")
Reference to the Azure DevOps Project containing the Pipeline.
Reference to the Azure DevOps Project containing the Pipeline.
[ "Reference", "to", "the", "Azure", "DevOps", "Project", "containing", "the", "Pipeline", "." ]
def project(self) -> 'outputs.ProjectReferenceResponse': return pulumi.get(self, "project")
[ "def", "project", "(", "self", ")", "->", "'outputs.ProjectReferenceResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"project\"", ")" ]
Reference to the Azure DevOps Project containing the Pipeline.
[ "Reference", "to", "the", "Azure", "DevOps", "Project", "containing", "the", "Pipeline", "." ]
[ "\"\"\"\n Reference to the Azure DevOps Project containing the Pipeline.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0971d21808ef1b668a954ce31e67a088258d9319
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/signalrservice/get_signal_r.py
[ "Apache-2.0" ]
Python
host_name_prefix
str
def host_name_prefix(self) -> str: """ Prefix for the hostName of the SignalR service. Retained for future use. The hostname will be of format: <hostNamePrefix>.service.signalr.net. """ return pulumi.get(self, "host_name_prefix")
Prefix for the hostName of the SignalR service. Retained for future use. The hostname will be of format: <hostNamePrefix>.service.signalr.net.
Prefix for the hostName of the SignalR service. Retained for future use. The hostname will be of format: <hostNamePrefix>.service.signalr.net.
[ "Prefix", "for", "the", "hostName", "of", "the", "SignalR", "service", ".", "Retained", "for", "future", "use", ".", "The", "hostname", "will", "be", "of", "format", ":", "<hostNamePrefix", ">", ".", "service", ".", "signalr", ".", "net", "." ]
def host_name_prefix(self) -> str: return pulumi.get(self, "host_name_prefix")
[ "def", "host_name_prefix", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"host_name_prefix\"", ")" ]
Prefix for the hostName of the SignalR service.
[ "Prefix", "for", "the", "hostName", "of", "the", "SignalR", "service", "." ]
[ "\"\"\"\n Prefix for the hostName of the SignalR service. Retained for future use.\r\n The hostname will be of format: &lt;hostNamePrefix&gt;.service.signalr.net.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
098e3a4a2961a0db055955bba86b12815419173d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datashare/v20200901/list_share_subscription_source_share_synchronization_settings.py
[ "Apache-2.0" ]
Python
list_share_subscription_source_share_synchronization_settings
AwaitableListShareSubscriptionSourceShareSynchronizationSettingsResult
def list_share_subscription_source_share_synchronization_settings(account_name: Optional[str] = None, resource_group_name: Optional[str] = None, share_subscription_name: Optional[str] = No...
List response for get source share Synchronization settings :param str account_name: The name of the share account. :param str resource_group_name: The resource group name. :param str share_subscription_name: The name of the shareSubscription. :param str skip_token: Continuation token
List response for get source share Synchronization settings
[ "List", "response", "for", "get", "source", "share", "Synchronization", "settings" ]
def list_share_subscription_source_share_synchronization_settings(account_name: Optional[str] = None, resource_group_name: Optional[str] = None, share_subscription_name: Optional[str] = No...
[ "def", "list_share_subscription_source_share_synchronization_settings", "(", "account_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "share_subscription_name", ":", "Optional", "[",...
List response for get source share Synchronization settings
[ "List", "response", "for", "get", "source", "share", "Synchronization", "settings" ]
[ "\"\"\"\n List response for get source share Synchronization settings\n\n\n :param str account_name: The name of the share account.\n :param str resource_group_name: The resource group name.\n :param str share_subscription_name: The name of the shareSubscription.\n :param str skip_token: Continuation...
[ { "param": "account_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "share_subscription_name", "type": "Optional[str]" }, { "param": "skip_token", "type": "Optional[str]" }, { "param": "opts", "type": "...
{ "returns": [], "raises": [], "params": [ { "identifier": "account_name", "type": "Optional[str]", "docstring": "The name of the share account.", "docstring_tokens": [ "The", "name", "of", "the", "share", "account", "." ], ...
09a3d946eb89e23b33884f131143f5c729bbd36b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/latest/get_storage_account.py
[ "Apache-2.0" ]
Python
data_policy
str
def data_policy(self) -> str: """ Data policy of the storage Account. """ return pulumi.get(self, "data_policy")
Data policy of the storage Account.
Data policy of the storage Account.
[ "Data", "policy", "of", "the", "storage", "Account", "." ]
def data_policy(self) -> str: return pulumi.get(self, "data_policy")
[ "def", "data_policy", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"data_policy\"", ")" ]
Data policy of the storage Account.
[ "Data", "policy", "of", "the", "storage", "Account", "." ]
[ "\"\"\"\n Data policy of the storage 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": [] }
09a4db9bd4037b32fd4c3ae2b795007d1cddf771
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/synapse/big_data_pool.py
[ "Apache-2.0" ]
Python
custom_libraries
pulumi.Output[Optional[Sequence['outputs.LibraryInfoResponse']]]
def custom_libraries(self) -> pulumi.Output[Optional[Sequence['outputs.LibraryInfoResponse']]]: """ List of custom libraries/packages associated with the spark pool. """ return pulumi.get(self, "custom_libraries")
List of custom libraries/packages associated with the spark pool.
List of custom libraries/packages associated with the spark pool.
[ "List", "of", "custom", "libraries", "/", "packages", "associated", "with", "the", "spark", "pool", "." ]
def custom_libraries(self) -> pulumi.Output[Optional[Sequence['outputs.LibraryInfoResponse']]]: return pulumi.get(self, "custom_libraries")
[ "def", "custom_libraries", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.LibraryInfoResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"custom_libraries\"", ")" ]
List of custom libraries/packages associated with the spark pool.
[ "List", "of", "custom", "libraries", "/", "packages", "associated", "with", "the", "spark", "pool", "." ]
[ "\"\"\"\n List of custom libraries/packages associated with the spark 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": [] }
09a4db9bd4037b32fd4c3ae2b795007d1cddf771
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/synapse/big_data_pool.py
[ "Apache-2.0" ]
Python
default_spark_log_folder
pulumi.Output[Optional[str]]
def default_spark_log_folder(self) -> pulumi.Output[Optional[str]]: """ The default folder where Spark logs will be written. """ return pulumi.get(self, "default_spark_log_folder")
The default folder where Spark logs will be written.
The default folder where Spark logs will be written.
[ "The", "default", "folder", "where", "Spark", "logs", "will", "be", "written", "." ]
def default_spark_log_folder(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "default_spark_log_folder")
[ "def", "default_spark_log_folder", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_spark_log_folder\"", ")" ]
The default folder where Spark logs will be written.
[ "The", "default", "folder", "where", "Spark", "logs", "will", "be", "written", "." ]
[ "\"\"\"\n The default folder where Spark logs will be written.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
09a4db9bd4037b32fd4c3ae2b795007d1cddf771
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/synapse/big_data_pool.py
[ "Apache-2.0" ]
Python
is_compute_isolation_enabled
pulumi.Output[Optional[bool]]
def is_compute_isolation_enabled(self) -> pulumi.Output[Optional[bool]]: """ Whether compute isolation is required or not. """ return pulumi.get(self, "is_compute_isolation_enabled")
Whether compute isolation is required or not.
Whether compute isolation is required or not.
[ "Whether", "compute", "isolation", "is", "required", "or", "not", "." ]
def is_compute_isolation_enabled(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "is_compute_isolation_enabled")
[ "def", "is_compute_isolation_enabled", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_compute_isolation_enabled\"", ")" ]
Whether compute isolation is required or not.
[ "Whether", "compute", "isolation", "is", "required", "or", "not", "." ]
[ "\"\"\"\n Whether compute isolation is required or not.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
09a4db9bd4037b32fd4c3ae2b795007d1cddf771
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/synapse/big_data_pool.py
[ "Apache-2.0" ]
Python
last_succeeded_timestamp
pulumi.Output[str]
def last_succeeded_timestamp(self) -> pulumi.Output[str]: """ The time when the Big Data pool was updated successfully. """ return pulumi.get(self, "last_succeeded_timestamp")
The time when the Big Data pool was updated successfully.
The time when the Big Data pool was updated successfully.
[ "The", "time", "when", "the", "Big", "Data", "pool", "was", "updated", "successfully", "." ]
def last_succeeded_timestamp(self) -> pulumi.Output[str]: return pulumi.get(self, "last_succeeded_timestamp")
[ "def", "last_succeeded_timestamp", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_succeeded_timestamp\"", ")" ]
The time when the Big Data pool was updated successfully.
[ "The", "time", "when", "the", "Big", "Data", "pool", "was", "updated", "successfully", "." ]
[ "\"\"\"\n The time when the Big Data pool was updated successfully.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
09a4db9bd4037b32fd4c3ae2b795007d1cddf771
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/synapse/big_data_pool.py
[ "Apache-2.0" ]
Python
node_size
pulumi.Output[Optional[str]]
def node_size(self) -> pulumi.Output[Optional[str]]: """ The level of compute power that each node in the Big Data pool has. """ return pulumi.get(self, "node_size")
The level of compute power that each node in the Big Data pool has.
The level of compute power that each node in the Big Data pool has.
[ "The", "level", "of", "compute", "power", "that", "each", "node", "in", "the", "Big", "Data", "pool", "has", "." ]
def node_size(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "node_size")
[ "def", "node_size", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"node_size\"", ")" ]
The level of compute power that each node in the Big Data pool has.
[ "The", "level", "of", "compute", "power", "that", "each", "node", "in", "the", "Big", "Data", "pool", "has", "." ]
[ "\"\"\"\n The level of compute power that each node in the Big Data pool has.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
09a4db9bd4037b32fd4c3ae2b795007d1cddf771
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/synapse/big_data_pool.py
[ "Apache-2.0" ]
Python
node_size_family
pulumi.Output[Optional[str]]
def node_size_family(self) -> pulumi.Output[Optional[str]]: """ The kind of nodes that the Big Data pool provides. """ return pulumi.get(self, "node_size_family")
The kind of nodes that the Big Data pool provides.
The kind of nodes that the Big Data pool provides.
[ "The", "kind", "of", "nodes", "that", "the", "Big", "Data", "pool", "provides", "." ]
def node_size_family(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "node_size_family")
[ "def", "node_size_family", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"node_size_family\"", ")" ]
The kind of nodes that the Big Data pool provides.
[ "The", "kind", "of", "nodes", "that", "the", "Big", "Data", "pool", "provides", "." ]
[ "\"\"\"\n The kind of nodes that the Big Data pool provides.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
09a4db9bd4037b32fd4c3ae2b795007d1cddf771
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/synapse/big_data_pool.py
[ "Apache-2.0" ]
Python
session_level_packages_enabled
pulumi.Output[Optional[bool]]
def session_level_packages_enabled(self) -> pulumi.Output[Optional[bool]]: """ Whether session level packages enabled. """ return pulumi.get(self, "session_level_packages_enabled")
Whether session level packages enabled.
Whether session level packages enabled.
[ "Whether", "session", "level", "packages", "enabled", "." ]
def session_level_packages_enabled(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "session_level_packages_enabled")
[ "def", "session_level_packages_enabled", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"session_level_packages_enabled\"", ")" ]
Whether session level packages enabled.
[ "Whether", "session", "level", "packages", "enabled", "." ]
[ "\"\"\"\n Whether session level packages 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": [] }
09a4db9bd4037b32fd4c3ae2b795007d1cddf771
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/synapse/big_data_pool.py
[ "Apache-2.0" ]
Python
spark_config_properties
pulumi.Output[Optional['outputs.LibraryRequirementsResponse']]
def spark_config_properties(self) -> pulumi.Output[Optional['outputs.LibraryRequirementsResponse']]: """ Spark configuration file to specify additional properties """ return pulumi.get(self, "spark_config_properties")
Spark configuration file to specify additional properties
Spark configuration file to specify additional properties
[ "Spark", "configuration", "file", "to", "specify", "additional", "properties" ]
def spark_config_properties(self) -> pulumi.Output[Optional['outputs.LibraryRequirementsResponse']]: return pulumi.get(self, "spark_config_properties")
[ "def", "spark_config_properties", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.LibraryRequirementsResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"spark_config_properties\"", ")" ]
Spark configuration file to specify additional properties
[ "Spark", "configuration", "file", "to", "specify", "additional", "properties" ]
[ "\"\"\"\n Spark configuration file to specify additional 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": [] }
8fa87a87c11ce8152c5fbc6c5ac2720062457ea8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/synapse/get_workspace.py
[ "Apache-2.0" ]
Python
default_data_lake_storage
Optional['outputs.DataLakeStorageAccountDetailsResponse']
def default_data_lake_storage(self) -> Optional['outputs.DataLakeStorageAccountDetailsResponse']: """ Workspace default data lake storage account details """ return pulumi.get(self, "default_data_lake_storage")
Workspace default data lake storage account details
Workspace default data lake storage account details
[ "Workspace", "default", "data", "lake", "storage", "account", "details" ]
def default_data_lake_storage(self) -> Optional['outputs.DataLakeStorageAccountDetailsResponse']: return pulumi.get(self, "default_data_lake_storage")
[ "def", "default_data_lake_storage", "(", "self", ")", "->", "Optional", "[", "'outputs.DataLakeStorageAccountDetailsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_data_lake_storage\"", ")" ]
Workspace default data lake storage account details
[ "Workspace", "default", "data", "lake", "storage", "account", "details" ]
[ "\"\"\"\n Workspace default data lake storage account details\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8fa87a87c11ce8152c5fbc6c5ac2720062457ea8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/synapse/get_workspace.py
[ "Apache-2.0" ]
Python
encryption
Optional['outputs.EncryptionDetailsResponse']
def encryption(self) -> Optional['outputs.EncryptionDetailsResponse']: """ The encryption details of the workspace """ return pulumi.get(self, "encryption")
The encryption details of the workspace
The encryption details of the workspace
[ "The", "encryption", "details", "of", "the", "workspace" ]
def encryption(self) -> Optional['outputs.EncryptionDetailsResponse']: return pulumi.get(self, "encryption")
[ "def", "encryption", "(", "self", ")", "->", "Optional", "[", "'outputs.EncryptionDetailsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"encryption\"", ")" ]
The encryption details of the workspace
[ "The", "encryption", "details", "of", "the", "workspace" ]
[ "\"\"\"\n The encryption details of the workspace\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8fa87a87c11ce8152c5fbc6c5ac2720062457ea8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/synapse/get_workspace.py
[ "Apache-2.0" ]
Python
managed_resource_group_name
Optional[str]
def managed_resource_group_name(self) -> Optional[str]: """ Workspace managed resource group. The resource group name uniquely identifies the resource group within the user subscriptionId. The resource group name must be no longer than 90 characters long, and must be alphanumeric characters (Char.IsLett...
Workspace managed resource group. The resource group name uniquely identifies the resource group within the user subscriptionId. The resource group name must be no longer than 90 characters long, and must be alphanumeric characters (Char.IsLetterOrDigit()) and '-', '_', '(', ')' and'.'. Note that the name cann...
Workspace managed resource group. The resource group name uniquely identifies the resource group within the user subscriptionId.
[ "Workspace", "managed", "resource", "group", ".", "The", "resource", "group", "name", "uniquely", "identifies", "the", "resource", "group", "within", "the", "user", "subscriptionId", "." ]
def managed_resource_group_name(self) -> Optional[str]: return pulumi.get(self, "managed_resource_group_name")
[ "def", "managed_resource_group_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"managed_resource_group_name\"", ")" ]
Workspace managed resource group.
[ "Workspace", "managed", "resource", "group", "." ]
[ "\"\"\"\n Workspace managed resource group. The resource group name uniquely identifies the resource group within the user subscriptionId. The resource group name must be no longer than 90 characters long, and must be alphanumeric characters (Char.IsLetterOrDigit()) and '-', '_', '(', ')' and'.'. Note that t...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8fa87a87c11ce8152c5fbc6c5ac2720062457ea8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/synapse/get_workspace.py
[ "Apache-2.0" ]
Python
managed_virtual_network
Optional[str]
def managed_virtual_network(self) -> Optional[str]: """ Setting this to 'default' will ensure that all compute for this workspace is in a virtual network managed on behalf of the user. """ return pulumi.get(self, "managed_virtual_network")
Setting this to 'default' will ensure that all compute for this workspace is in a virtual network managed on behalf of the user.
Setting this to 'default' will ensure that all compute for this workspace is in a virtual network managed on behalf of the user.
[ "Setting", "this", "to", "'", "default", "'", "will", "ensure", "that", "all", "compute", "for", "this", "workspace", "is", "in", "a", "virtual", "network", "managed", "on", "behalf", "of", "the", "user", "." ]
def managed_virtual_network(self) -> Optional[str]: return pulumi.get(self, "managed_virtual_network")
[ "def", "managed_virtual_network", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"managed_virtual_network\"", ")" ]
Setting this to 'default' will ensure that all compute for this workspace is in a virtual network managed on behalf of the user.
[ "Setting", "this", "to", "'", "default", "'", "will", "ensure", "that", "all", "compute", "for", "this", "workspace", "is", "in", "a", "virtual", "network", "managed", "on", "behalf", "of", "the", "user", "." ]
[ "\"\"\"\n Setting this to 'default' will ensure that all compute for this workspace is in a virtual network managed on behalf of the user.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8fa87a87c11ce8152c5fbc6c5ac2720062457ea8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/synapse/get_workspace.py
[ "Apache-2.0" ]
Python
sql_administrator_login
Optional[str]
def sql_administrator_login(self) -> Optional[str]: """ Login for workspace SQL active directory administrator """ return pulumi.get(self, "sql_administrator_login")
Login for workspace SQL active directory administrator
Login for workspace SQL active directory administrator
[ "Login", "for", "workspace", "SQL", "active", "directory", "administrator" ]
def sql_administrator_login(self) -> Optional[str]: return pulumi.get(self, "sql_administrator_login")
[ "def", "sql_administrator_login", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sql_administrator_login\"", ")" ]
Login for workspace SQL active directory administrator
[ "Login", "for", "workspace", "SQL", "active", "directory", "administrator" ]
[ "\"\"\"\n Login for workspace SQL active directory administrator\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }